#AB5EA4

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

Shades of Violet Blue #AB5EA4

Tints of Violet Blue #AB5EA4

Color information

#AB5EA4 (or 0xAB5EA4) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and A4. RGB value is (171,94,164). Sum of RGB (Red+Green+Blue) = 171+94+164=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA4 is #54A15B. Grayscale: #7C7C7C. Windows color (decimal): -5546332 or 10772139. OLE color: 10772139.

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

Color convert

RGB17194164-
CMYK00.450.040.33
HSL305.45º31.43%51.96%-
HSV(B)305.45º45.03%67.06%-
XYZ27.519.3437.41-
YUV125150.01160.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=39.86%
G=21.91%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719416400.450.040.33305.4531.4351.96
HexAB5EA402D4211311f34
Octal2531362440554414613764
Binary10101011101111010100100010110110010000110011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EA4; }

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

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

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

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

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

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

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

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