#A7577C

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

Shades of Royal Heath #A7577C

Tints of Royal Heath #A7577C

Color information

#A7577C (or 0xA7577C) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 7C. RGB value is (167,87,124). Sum of RGB (Red+Green+Blue) = 167+87+124=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7577C is #58A883. Grayscale: #737373. Windows color (decimal): -5810308 or 8148903. OLE color: 8148903.

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

Color convert

RGB16787124-
CMYK00.480.260.35
HSL332.25º31.5%49.8%-
HSV(B)332.25º47.9%65.49%-
XYZ22.9816.4921.04-
YUV115.14133164.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=44.18%
G=23.02%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678712400.480.260.35332.2531.549.8
HexA7577C0301A2314c1f32
Octal24712717406032435143762
Binary101001111010111111110001100001101010001110100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7577C; }

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

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

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

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

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

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

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

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