#A64179

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

Shades of Royal Heath #A64179

Tints of Royal Heath #A64179

Color information

#A64179 (or 0xA64179) is unknown color: approx Royal Heath. HEX triplet: A6, 41 and 79. RGB value is (166,65,121). Sum of RGB (Red+Green+Blue) = 166+65+121=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64179 is #59BE86. Grayscale: #656565. Windows color (decimal): -5881479 or 7946662. OLE color: 7946662.

HSL color Cylindrical-coordinate representation of color #A64179: hue angle of 326.73º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64179 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16665121-
CMYK00.610.270.35
HSL326.73º43.72%45.29%-
HSV(B)326.73º60.84%65.1%-
XYZ21.0713.2719.54-
YUV101.58138.96173.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=47.16%
G=18.47%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666512100.610.270.35326.7343.7245.29
HexA6417903D1B231472c2d
Octal24610117107533435075455
Binary1010011010000011111001011110111011100011101000111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64179; }

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

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

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

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

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

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

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

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