#a84178

Color #A84178 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A84178

Tints of Royal Heath #A84178

Color information

#A84178 (or 0xA84178) is unknown color: approx Royal Heath. HEX triplet: A8, 41 and 78. RGB value is (168,65,120). Sum of RGB (Red+Green+Blue) = 168+65+120=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A84178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84178 is #57BE87. Grayscale: #656565. Windows color (decimal): -5750408 or 7881128. OLE color: 7881128.

HSL color Cylindrical-coordinate representation of color #A84178: hue angle of 327.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84178 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16865120-
CMYK00.610.290.34
HSL327.96º44.21%45.69%-
HSV(B)327.96º61.31%65.88%-
XYZ21.4313.4619.24-
YUV102.07138.12175.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=47.59%
G=18.41%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686512000.610.290.34327.9644.2145.69
HexA8417803D1D221482c2e
Octal25010117007535425105456
Binary1010100010000011111000011110111101100010101001000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84178; }

 p { color: rgb(168,65,120); }

 H1.HeaderClassName
 {
   color: #a84178;
 }
 .AnyTagClassName
 {
   color: #a84178;
 }
</style>
background-color css

<style>
 a { background-color: #a84178; }

 a { background-color: rgb(168,65,120); }

 div.DivClassName
 {
   background-color: #a84178;
 }
 .BgClassName
 {
   background-color: #a84178;
 }
</style>
border-color css

<style>
 span { border-color: #a84178; }

 span { border-color: rgb(168,65,120); }

 td.TdClassName
 {
   border-color: #a84178;
 }
 .TagClassName
 {
   border-color: #a84178;
 }
</style>