#AB44AE

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

Shades of Violet Blue #AB44AE

Tints of Violet Blue #AB44AE

Color information

#AB44AE (or 0xAB44AE) is unknown color: approx Violet Blue. HEX triplet: AB, 44 and AE. RGB value is (171,68,174). Sum of RGB (Red+Green+Blue) = 171+68+174=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB44AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44AE is #54BB51. Grayscale: #6E6E6E. Windows color (decimal): -5552978 or 11420843. OLE color: 11420843.

HSL color Cylindrical-coordinate representation of color #AB44AE: hue angle of 298.3º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB44AE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17168174-
CMYK0.020.6100.32
HSL298.3º43.8%47.45%-
HSV(B)298.3º60.92%68.24%-
XYZ26.515.8541.71-
YUV110.88163.62170.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=41.40%
G=16.46%
B=42.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171681740.020.6100.32298.343.847.45
HexAB44AE23D02012a2c2f
Octal2531042562750404525457
Binary10101011100010010101110101111010100000100101010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44AE; }

 p { color: rgb(171,68,174); }

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

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

 a { background-color: rgb(171,68,174); }

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

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

 span { border-color: rgb(171,68,174); }

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