#AB577E

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

Shades of Royal Heath #AB577E

Tints of Royal Heath #AB577E

Color information

#AB577E (or 0xAB577E) is unknown color: approx Royal Heath. HEX triplet: AB, 57 and 7E. RGB value is (171,87,126). Sum of RGB (Red+Green+Blue) = 171+87+126=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB577E is #54A881. Grayscale: #747474. Windows color (decimal): -5548162 or 8279979. OLE color: 8279979.

HSL color Cylindrical-coordinate representation of color #AB577E: hue angle of 332.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB577E is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17187126-
CMYK00.490.260.33
HSL332.14º33.33%50.59%-
HSV(B)332.14º49.12%67.06%-
XYZ23.9716.9821.75-
YUV116.56133.33166.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=44.53%
G=22.66%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718712600.490.260.33332.1433.3350.59
HexAB577E0311A2114c2133
Octal25312717606132415144163
Binary1010101110101111111110011000111010100001101001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB577E; }

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

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

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

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

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

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

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

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