#A8577C

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

Shades of Royal Heath #A8577C

Tints of Royal Heath #A8577C

Color information

#A8577C (or 0xA8577C) is unknown color: approx Royal Heath. HEX triplet: A8, 57 and 7C. RGB value is (168,87,124). Sum of RGB (Red+Green+Blue) = 168+87+124=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8577C is #57A883. Grayscale: #737373. Windows color (decimal): -5744772 or 8148904. OLE color: 8148904.

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

Color convert

RGB16887124-
CMYK00.480.260.34
HSL332.59º31.76%50%-
HSV(B)332.59º48.21%65.88%-
XYZ23.1916.621.05-
YUV115.44132.84165.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=44.33%
G=22.96%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688712400.480.260.34332.5931.7650
HexA8577C0301A2214d2032
Octal25012717406032425154062
Binary1010100010101111111100011000011010100010101001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8577C; }

 p { color: rgb(168,87,124); }

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

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

 a { background-color: rgb(168,87,124); }

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

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

 span { border-color: rgb(168,87,124); }

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