#AB4881

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

Shades of Royal Heath #AB4881

Tints of Royal Heath #AB4881

Color information

#AB4881 (or 0xAB4881) is unknown color: approx Royal Heath. HEX triplet: AB, 48 and 81. RGB value is (171,72,129). Sum of RGB (Red+Green+Blue) = 171+72+129=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4881 is #54B77E. Grayscale: #6B6B6B. Windows color (decimal): -5551999 or 8472747. OLE color: 8472747.

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

Color convert

RGB17172129-
CMYK00.580.250.33
HSL325.45º40.74%47.65%-
HSV(B)325.45º57.89%67.06%-
XYZ23.0714.8822.42-
YUV108.1139.8172.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=45.97%
G=19.35%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717212900.580.250.33325.4540.7447.65
HexAB488103A19211452930
Octal25311020107231415055160
Binary10101011100100010000001011101011001100001101000101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4881; }

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

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

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

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

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

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

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

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