#AB5E99

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

Shades of Violet Blue #AB5E99

Tints of Violet Blue #AB5E99

Color information

#AB5E99 (or 0xAB5E99) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and 99. RGB value is (171,94,153). Sum of RGB (Red+Green+Blue) = 171+94+153=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E99 is #54A166. Grayscale: #7B7B7B. Windows color (decimal): -5546343 or 10051243. OLE color: 10051243.

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

Color convert

RGB17194153-
CMYK00.450.110.33
HSL314.03º31.43%51.96%-
HSV(B)314.03º45.03%67.06%-
XYZ26.5518.9632.4-
YUV123.75144.51161.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=40.91%
G=22.49%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719415300.450.110.33314.0331.4351.96
HexAB5E9902DB2113a1f34
Octal25313623105513414723764
Binary101010111011110100110010101101101110000110011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E99; }

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

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

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

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

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

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

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

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