#A64175

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

Shades of Royal Heath #A64175

Tints of Royal Heath #A64175

Color information

#A64175 (or 0xA64175) is unknown color: approx Royal Heath. HEX triplet: A6, 41 and 75. RGB value is (166,65,117). Sum of RGB (Red+Green+Blue) = 166+65+117=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A64175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64175 is #59BE8A. Grayscale: #656565. Windows color (decimal): -5881483 or 7684518. OLE color: 7684518.

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

Color convert

RGB16665117-
CMYK00.610.300.35
HSL329.11º43.72%45.29%-
HSV(B)329.11º60.84%65.1%-
XYZ20.8313.1718.27-
YUV101.13136.96174.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=47.70%
G=18.68%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666511700.610.300.35329.1143.7245.29
HexA6417503D1E231492c2d
Octal24610116507536435115455
Binary1010011010000011110101011110111110100011101001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64175; }

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

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

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

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

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

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

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

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