#AB4C81

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

Shades of Royal Heath #AB4C81

Tints of Royal Heath #AB4C81

Color information

#AB4C81 (or 0xAB4C81) is unknown color: approx Royal Heath. HEX triplet: AB, 4C and 81. RGB value is (171,76,129). Sum of RGB (Red+Green+Blue) = 171+76+129=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C81 is #54B37E. Grayscale: #6E6E6E. Windows color (decimal): -5550975 or 8473771. OLE color: 8473771.

HSL color Cylindrical-coordinate representation of color #AB4C81: hue angle of 326.53º degrees, saturation: 0.38, 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 #AB4C81 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17176129-
CMYK00.560.250.33
HSL326.53º38.46%48.43%-
HSV(B)326.53º55.56%67.06%-
XYZ23.3415.4122.51-
YUV110.45138.47171.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=45.48%
G=20.21%
B=34.31%

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
Decimal1717612900.560.250.33326.5338.4648.43
HexAB4C8103819211472630
Octal25311420107031415074660
Binary10101011100110010000001011100011001100001101000111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C81; }

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

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

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

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

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

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

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

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