#AB5EB5

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

Shades of Violet Blue #AB5EB5

Tints of Violet Blue #AB5EB5

Color information

#AB5EB5 (or 0xAB5EB5) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and B5. RGB value is (171,94,181). Sum of RGB (Red+Green+Blue) = 171+94+181=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB5EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EB5 is #54A14A. Grayscale: #7E7E7E. Windows color (decimal): -5546315 or 11886251. OLE color: 11886251.

HSL color Cylindrical-coordinate representation of color #AB5EB5: hue angle of 293.1º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5EB5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17194181-
CMYK0.060.4800.29
HSL293.1º37.02%53.92%-
HSV(B)293.1º48.07%70.98%-
XYZ29.142046.04-
YUV126.94158.51159.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=38.34%
G=21.08%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171941810.060.4800.29293.137.0253.92
HexAB5EB563001D1252536
Octal2531362656600354454566
Binary10101011101111010110101110110000011101100100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EB5; }

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

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

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

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

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

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

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

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