#AB4B81

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

Shades of Royal Heath #AB4B81

Tints of Royal Heath #AB4B81

Color information

#AB4B81 (or 0xAB4B81) is unknown color: approx Royal Heath. HEX triplet: AB, 4B and 81. RGB value is (171,75,129). Sum of RGB (Red+Green+Blue) = 171+75+129=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4B81 is #54B47E. Grayscale: #6D6D6D. Windows color (decimal): -5551231 or 8473515. OLE color: 8473515.

HSL color Cylindrical-coordinate representation of color #AB4B81: hue angle of 326.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4B81 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17175129-
CMYK00.560.250.33
HSL326.25º39.02%48.24%-
HSV(B)326.25º56.14%67.06%-
XYZ23.2715.2822.49-
YUV109.86138.8171.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=45.6%
G=20%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717512900.560.250.33326.2539.0248.24
HexAB4B8103819211462730
Octal25311320107031415064760
Binary10101011100101110000001011100011001100001101000110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B81; }

 p { color: rgb(171,75,129); }

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

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

 a { background-color: rgb(171,75,129); }

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

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

 span { border-color: rgb(171,75,129); }

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