#AB557E

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

Shades of Royal Heath #AB557E

Tints of Royal Heath #AB557E

Color information

#AB557E (or 0xAB557E) is unknown color: approx Royal Heath. HEX triplet: AB, 55 and 7E. RGB value is (171,85,126). Sum of RGB (Red+Green+Blue) = 171+85+126=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB557E is #54AA81. Grayscale: #737373. Windows color (decimal): -5548674 or 8279467. OLE color: 8279467.

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

Color convert

RGB17185126-
CMYK00.500.260.33
HSL331.4º33.86%50.2%-
HSV(B)331.4º50.29%67.06%-
XYZ23.8116.6621.7-
YUV115.39133.99167.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=44.76%
G=22.25%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718512600.500.260.33331.433.8650.2
HexAB557E0321A2114b2232
Octal25312517606232415134262
Binary1010101110101011111110011001011010100001101001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB557E; }

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

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

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

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

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

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

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

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