#A64975

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

Shades of Royal Heath #A64975

Tints of Royal Heath #A64975

Color information

#A64975 (or 0xA64975) is unknown color: approx Royal Heath. HEX triplet: A6, 49 and 75. RGB value is (166,73,117). Sum of RGB (Red+Green+Blue) = 166+73+117=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A64975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64975 is #59B68A. Grayscale: #696969. Windows color (decimal): -5879435 or 7686566. OLE color: 7686566.

HSL color Cylindrical-coordinate representation of color #A64975: hue angle of 331.61º 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 #A64975 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16673117-
CMYK00.560.300.35
HSL331.61º38.91%46.86%-
HSV(B)331.61º56.02%65.1%-
XYZ21.3214.1618.44-
YUV105.82134.31170.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=46.63%
G=20.51%
B=32.87%

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
Decimal1667311700.560.300.35331.6138.9146.86
HexA649750381E2314c272f
Octal24611116507036435144757
Binary1010011010010011110101011100011110100011101001100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64975; }

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

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

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

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

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

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

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

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