#AB5EA6

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

Shades of Violet Blue #AB5EA6

Tints of Violet Blue #AB5EA6

Color information

#AB5EA6 (or 0xAB5EA6) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and A6. RGB value is (171,94,166). Sum of RGB (Red+Green+Blue) = 171+94+166=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA6 is #54A159. Grayscale: #7D7D7D. Windows color (decimal): -5546330 or 10903211. OLE color: 10903211.

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

Color convert

RGB17194166-
CMYK00.450.030.33
HSL303.9º31.43%51.96%-
HSV(B)303.9º45.03%67.06%-
XYZ27.6819.4238.37-
YUV125.23151.01160.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=39.68%
G=21.81%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719416600.450.030.33303.931.4351.96
HexAB5EA602D3211301f34
Octal2531362460553414603764
Binary1010101110111101010011001011011110000110011000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EA6; }

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

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

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

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

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

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

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

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