#A85977

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

Shades of Royal Heath #A85977

Tints of Royal Heath #A85977

Color information

#A85977 (or 0xA85977) is unknown color: approx Royal Heath. HEX triplet: A8, 59 and 77. RGB value is (168,89,119). Sum of RGB (Red+Green+Blue) = 168+89+119=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A85977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85977 is #57A688. Grayscale: #747474. Windows color (decimal): -5744265 or 7821736. OLE color: 7821736.

HSL color Cylindrical-coordinate representation of color #A85977: hue angle of 337.22º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85977 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16889119-
CMYK00.470.290.34
HSL337.22º31.23%50.39%-
HSV(B)337.22º47.02%65.88%-
XYZ23.0516.819.48-
YUV116.04129.67165.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=44.68%
G=23.67%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688911900.470.290.34337.2231.2350.39
HexA8597702F1D221511f32
Octal25013116705735425213762
Binary101010001011001111011101011111110110001010101000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85977; }

 p { color: rgb(168,89,119); }

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

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

 a { background-color: rgb(168,89,119); }

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

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

 span { border-color: rgb(168,89,119); }

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