#A64974

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

Shades of Royal Heath #A64974

Tints of Royal Heath #A64974

Color information

#A64974 (or 0xA64974) is unknown color: approx Royal Heath. HEX triplet: A6, 49 and 74. RGB value is (166,73,116). Sum of RGB (Red+Green+Blue) = 166+73+116=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A64974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64974 is #59B68B. Grayscale: #696969. Windows color (decimal): -5879436 or 7621030. OLE color: 7621030.

HSL color Cylindrical-coordinate representation of color #A64974: hue angle of 332.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64974 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16673116-
CMYK00.560.300.35
HSL332.26º38.91%46.86%-
HSV(B)332.26º56.02%65.1%-
XYZ21.2614.1318.13-
YUV105.71133.81171-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=46.76%
G=20.56%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667311600.560.300.35332.2638.9146.86
HexA649740381E2314c272f
Octal24611116407036435144757
Binary1010011010010011110100011100011110100011101001100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64974; }

 p { color: rgb(166,73,116); }

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

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

 a { background-color: rgb(166,73,116); }

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

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

 span { border-color: rgb(166,73,116); }

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