#AB5081

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

Shades of Royal Heath #AB5081

Tints of Royal Heath #AB5081

Color information

#AB5081 (or 0xAB5081) is unknown color: approx Royal Heath. HEX triplet: AB, 50 and 81. RGB value is (171,80,129). Sum of RGB (Red+Green+Blue) = 171+80+129=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5081 is #54AF7E. Grayscale: #707070. Windows color (decimal): -5549951 or 8474795. OLE color: 8474795.

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

Color convert

RGB17180129-
CMYK00.530.250.33
HSL327.69º36.25%49.22%-
HSV(B)327.69º53.22%67.06%-
XYZ23.6315.9822.61-
YUV112.8137.15169.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=45%
G=21.05%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718012900.530.250.33327.6936.2549.22
HexAB508103519211482431
Octal25312020106531415104461
Binary10101011101000010000001011010111001100001101001000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5081; }

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

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

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

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

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

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

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

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