#A64876

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

Shades of Royal Heath #A64876

Tints of Royal Heath #A64876

Color information

#A64876 (or 0xA64876) is unknown color: approx Royal Heath. HEX triplet: A6, 48 and 76. RGB value is (166,72,118). Sum of RGB (Red+Green+Blue) = 166+72+118=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A64876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64876 is #59B789. Grayscale: #696969. Windows color (decimal): -5879690 or 7751846. OLE color: 7751846.

HSL color Cylindrical-coordinate representation of color #A64876: hue angle of 330.64º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64876 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16672118-
CMYK00.570.290.35
HSL330.64º39.5%46.67%-
HSV(B)330.64º56.63%65.1%-
XYZ21.3114.0518.73-
YUV105.35135.14171.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=46.63%
G=20.22%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667211800.570.290.35330.6439.546.67
HexA648760391D2314b272f
Octal24611016607135435134757
Binary1010011010010001110110011100111101100011101001011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64876; }

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

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

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

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

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

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

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

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