#AB5EA8

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

Shades of Violet Blue #AB5EA8

Tints of Violet Blue #AB5EA8

Color information

#AB5EA8 (or 0xAB5EA8) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and A8. RGB value is (171,94,168). Sum of RGB (Red+Green+Blue) = 171+94+168=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA8 is #54A157. Grayscale: #7D7D7D. Windows color (decimal): -5546328 or 11034283. OLE color: 11034283.

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

Color convert

RGB17194168-
CMYK00.450.020.33
HSL302.34º31.43%51.96%-
HSV(B)302.34º45.03%67.06%-
XYZ27.8719.4939.34-
YUV125.46152.01160.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 168 (66.02% from 255) = 38.80%
R=39.49%
G=21.71%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719416800.450.020.33302.3431.4351.96
HexAB5EA802D22112e1f34
Octal2531362500552414563764
Binary1010101110111101010100001011011010000110010111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EA8; }

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

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

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

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

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

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

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

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