#AB5EAA

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

Shades of Violet Blue #AB5EAA

Tints of Violet Blue #AB5EAA

Color information

#AB5EAA (or 0xAB5EAA) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and AA. RGB value is (171,94,170). Sum of RGB (Red+Green+Blue) = 171+94+170=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EAA is #54A155. Grayscale: #7D7D7D. Windows color (decimal): -5546326 or 11165355. OLE color: 11165355.

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

Color convert

RGB17194170-
CMYK00.450.010.33
HSL300.78º31.43%51.96%-
HSV(B)300.78º45.03%67.06%-
XYZ28.0519.5740.33-
YUV125.69153.01160.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=39.31%
G=21.61%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719417000.450.010.33300.7831.4351.96
HexAB5EAA02D12112d1f34
Octal2531362520551414553764
Binary101010111011110101010100101101110000110010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EAA; }

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

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

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

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

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

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

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

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