#A64979

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

Shades of Royal Heath #A64979

Tints of Royal Heath #A64979

Color information

#A64979 (or 0xA64979) is unknown color: approx Royal Heath. HEX triplet: A6, 49 and 79. RGB value is (166,73,121). Sum of RGB (Red+Green+Blue) = 166+73+121=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A64979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64979 is #59B686. Grayscale: #6A6A6A. Windows color (decimal): -5879431 or 7948710. OLE color: 7948710.

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

Color convert

RGB16673121-
CMYK00.560.270.35
HSL329.03º38.91%46.86%-
HSV(B)329.03º56.02%65.1%-
XYZ21.5614.2519.7-
YUV106.28136.31170.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=46.11%
G=20.28%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667312100.560.270.35329.0338.9146.86
HexA649790381B23149272f
Octal24611117107033435114757
Binary1010011010010011111001011100011011100011101001001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64979; }

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

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

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

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

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

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

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

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