#A64877

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

Shades of Royal Heath #A64877

Tints of Royal Heath #A64877

Color information

#A64877 (or 0xA64877) is unknown color: approx Royal Heath. HEX triplet: A6, 48 and 77. RGB value is (166,72,119). Sum of RGB (Red+Green+Blue) = 166+72+119=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A64877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64877 is #59B788. Grayscale: #696969. Windows color (decimal): -5879689 or 7817382. OLE color: 7817382.

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

Color convert

RGB16672119-
CMYK00.570.280.35
HSL330º39.5%46.67%-
HSV(B)330º56.63%65.1%-
XYZ21.3714.0719.04-
YUV105.46135.64171.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=46.50%
G=20.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667211900.570.280.3533039.546.67
HexA648770391C2314a272f
Octal24611016707134435124757
Binary1010011010010001110111011100111100100011101001010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64877; }

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

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

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

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

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

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

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

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