#A5577C

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

Shades of Royal Heath #A5577C

Tints of Royal Heath #A5577C

Color information

#A5577C (or 0xA5577C) is unknown color: approx Royal Heath. HEX triplet: A5, 57 and 7C. RGB value is (165,87,124). Sum of RGB (Red+Green+Blue) = 165+87+124=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5577C is #5AA883. Grayscale: #727272. Windows color (decimal): -5941380 or 8148901. OLE color: 8148901.

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

Color convert

RGB16587124-
CMYK00.470.250.35
HSL331.54º30.95%49.41%-
HSV(B)331.54º47.27%64.71%-
XYZ22.5616.2721.02-
YUV114.54133.34163.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=43.88%
G=23.14%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658712400.470.250.35331.5430.9549.41
HexA5577C02F192314c1f31
Octal24512717405731435143761
Binary101001011010111111110001011111100110001110100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5577C; }

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

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

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

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

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

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

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

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