#A64176

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

Shades of Royal Heath #A64176

Tints of Royal Heath #A64176

Color information

#A64176 (or 0xA64176) is unknown color: approx Royal Heath. HEX triplet: A6, 41 and 76. RGB value is (166,65,118). Sum of RGB (Red+Green+Blue) = 166+65+118=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A64176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64176 is #59BE89. Grayscale: #656565. Windows color (decimal): -5881482 or 7750054. OLE color: 7750054.

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

Color convert

RGB16665118-
CMYK00.610.290.35
HSL328.51º43.72%45.29%-
HSV(B)328.51º60.84%65.1%-
XYZ20.8913.218.59-
YUV101.24137.46174.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=47.56%
G=18.62%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666511800.610.290.35328.5143.7245.29
HexA6417603D1D231492c2d
Octal24610116607535435115455
Binary1010011010000011110110011110111101100011101001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64176; }

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

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

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

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

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

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

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

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