#AB5EA2

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

Shades of Violet Blue #AB5EA2

Tints of Violet Blue #AB5EA2

Color information

#AB5EA2 (or 0xAB5EA2) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and A2. RGB value is (171,94,162). Sum of RGB (Red+Green+Blue) = 171+94+162=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA2 is #54A15D. Grayscale: #7C7C7C. Windows color (decimal): -5546334 or 10641067. OLE color: 10641067.

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

Color convert

RGB17194162-
CMYK00.450.050.33
HSL307.01º31.43%51.96%-
HSV(B)307.01º45.03%67.06%-
XYZ27.3219.2736.46-
YUV124.78149.01160.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 162 (63.67% from 255) = 37.94%
R=40.05%
G=22.01%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719416200.450.050.33307.0131.4351.96
HexAB5EA202D5211331f34
Octal2531362420555414633764
Binary10101011101111010100010010110110110000110011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EA2; }

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

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

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

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

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

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

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

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