#AB557B

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

Shades of Royal Heath #AB557B

Tints of Royal Heath #AB557B

Color information

#AB557B (or 0xAB557B) is unknown color: approx Royal Heath. HEX triplet: AB, 55 and 7B. RGB value is (171,85,123). Sum of RGB (Red+Green+Blue) = 171+85+123=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB557B is #54AA84. Grayscale: #727272. Windows color (decimal): -5548677 or 8082859. OLE color: 8082859.

HSL color Cylindrical-coordinate representation of color #AB557B: hue angle of 333.49º 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 #AB557B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17185123-
CMYK00.500.280.33
HSL333.49º33.86%50.2%-
HSV(B)333.49º50.29%67.06%-
XYZ23.6216.5820.7-
YUV115.05132.49167.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=45.12%
G=22.43%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718512300.500.280.33333.4933.8650.2
HexAB557B0321C2114d2232
Octal25312517306234415154262
Binary1010101110101011111011011001011100100001101001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB557B; }

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

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

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

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

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

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

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

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