#A5577E

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

Shades of Royal Heath #A5577E

Tints of Royal Heath #A5577E

Color information

#A5577E (or 0xA5577E) is unknown color: approx Royal Heath. HEX triplet: A5, 57 and 7E. RGB value is (165,87,126). Sum of RGB (Red+Green+Blue) = 165+87+126=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5577E is #5AA881. Grayscale: #727272. Windows color (decimal): -5941378 or 8279973. OLE color: 8279973.

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

Color convert

RGB16587126-
CMYK00.470.240.35
HSL330º30.95%49.41%-
HSV(B)330º47.27%64.71%-
XYZ22.6916.3221.69-
YUV114.77134.34163.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=43.65%
G=23.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658712600.470.240.3533030.9549.41
HexA5577E02F182314a1f31
Octal24512717605730435123761
Binary101001011010111111111001011111100010001110100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5577E; }

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

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

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

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

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

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

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

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