#A64476

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

Shades of Royal Heath #A64476

Tints of Royal Heath #A64476

Color information

#A64476 (or 0xA64476) is unknown color: approx Royal Heath. HEX triplet: A6, 44 and 76. RGB value is (166,68,118). Sum of RGB (Red+Green+Blue) = 166+68+118=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64476 is #59BB89. Grayscale: #666666. Windows color (decimal): -5880714 or 7750822. OLE color: 7750822.

HSL color Cylindrical-coordinate representation of color #A64476: hue angle of 329.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64476 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16668118-
CMYK00.590.290.35
HSL329.39º41.88%45.88%-
HSV(B)329.39º59.04%65.1%-
XYZ21.0613.5518.64-
YUV103136.47172.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=47.16%
G=19.32%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666811800.590.290.35329.3941.8845.88
HexA6447603B1D231492a2e
Octal24610416607335435115256
Binary1010011010001001110110011101111101100011101001001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64476; }

 p { color: rgb(166,68,118); }

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

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

 a { background-color: rgb(166,68,118); }

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

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

 span { border-color: rgb(166,68,118); }

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