#AB5499

Color #AB5499 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AB5499

Tints of Violet Blue #AB5499

Color information

#AB5499 (or 0xAB5499) is unknown color: approx Violet Blue. HEX triplet: AB, 54 and 99. RGB value is (171,84,153). Sum of RGB (Red+Green+Blue) = 171+84+153=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5499 is #54AB66. Grayscale: #757575. Windows color (decimal): -5548903 or 10048683. OLE color: 10048683.

HSL color Cylindrical-coordinate representation of color #AB5499: hue angle of 312.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5499 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17184153-
CMYK00.510.110.33
HSL312.41º34.12%50%-
HSV(B)312.41º50.88%67.06%-
XYZ25.7117.332.12-
YUV117.88147.82165.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=41.91%
G=20.59%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718415300.510.110.33312.4134.1250
HexAB5499033B211382232
Octal25312423106313414704262
Binary1010101110101001001100101100111011100001100111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5499; }

 p { color: rgb(171,84,153); }

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

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

 a { background-color: rgb(171,84,153); }

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

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

 span { border-color: rgb(171,84,153); }

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