#A4577D

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

Shades of Royal Heath #A4577D

Tints of Royal Heath #A4577D

Color information

#A4577D (or 0xA4577D) is unknown color: approx Royal Heath. HEX triplet: A4, 57 and 7D. RGB value is (164,87,125). Sum of RGB (Red+Green+Blue) = 164+87+125=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4577D is #5BA882. Grayscale: #727272. Windows color (decimal): -6006915 or 8214436. OLE color: 8214436.

HSL color Cylindrical-coordinate representation of color #A4577D: hue angle of 330.39º 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 #A4577D is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16487125-
CMYK00.470.240.36
HSL330.39º30.68%49.22%-
HSV(B)330.39º46.95%64.31%-
XYZ22.4216.1921.35-
YUV114.35134.01163.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=43.62%
G=23.14%
B=33.24%

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
Decimal1648712500.470.240.36330.3930.6849.22
HexA4577D02F182414a1f31
Octal24412717505730445123761
Binary101001001010111111110101011111100010010010100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4577D; }

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

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

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

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

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

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

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

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