#AB5EA0

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

Shades of Violet Blue #AB5EA0

Tints of Violet Blue #AB5EA0

Color information

#AB5EA0 (or 0xAB5EA0) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and A0. RGB value is (171,94,160). Sum of RGB (Red+Green+Blue) = 171+94+160=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA0 is #54A15F. Grayscale: #7C7C7C. Windows color (decimal): -5546336 or 10509995. OLE color: 10509995.

HSL color Cylindrical-coordinate representation of color #AB5EA0: hue angle of 308.57º 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 #AB5EA0 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17194160-
CMYK00.450.060.33
HSL308.57º31.43%51.96%-
HSV(B)308.57º45.03%67.06%-
XYZ27.1419.235.53-
YUV124.55148.01161.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=40.24%
G=22.12%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719416000.450.060.33308.5731.4351.96
HexAB5EA002D6211351f34
Octal2531362400556414653764
Binary10101011101111010100000010110111010000110011010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EA0; }

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

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

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

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

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

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

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

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