#A4577C

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

Shades of Royal Heath #A4577C

Tints of Royal Heath #A4577C

Color information

#A4577C (or 0xA4577C) is unknown color: approx Royal Heath. HEX triplet: A4, 57 and 7C. RGB value is (164,87,124). Sum of RGB (Red+Green+Blue) = 164+87+124=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4577C is #5BA883. Grayscale: #727272. Windows color (decimal): -6006916 or 8148900. OLE color: 8148900.

HSL color Cylindrical-coordinate representation of color #A4577C: hue angle of 331.17º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4577C is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16487124-
CMYK00.470.240.36
HSL331.17º30.68%49.22%-
HSV(B)331.17º46.95%64.31%-
XYZ22.3616.1621.01-
YUV114.24133.51163.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=43.73%
G=23.2%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648712400.470.240.36331.1730.6849.22
HexA4577C02F182414b1f31
Octal24412717405730445133761
Binary101001001010111111110001011111100010010010100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4577C; }

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

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

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

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

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

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

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

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