#AE44AB

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

Shades of Violet Blue #AE44AB

Tints of Violet Blue #AE44AB

Color information

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

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

Color convert

RGB17468171-
CMYK00.610.020.32
HSL301.7º43.8%47.45%-
HSV(B)301.7º60.92%68.24%-
XYZ26.8716.0740.21-
YUV111.44161.62172.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746817100.610.020.32301.743.847.45
HexAE44AB03D22012e2c2f
Octal2561042530752404565457
Binary10101110100010010101011011110110100000100101110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44AB; }

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

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

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

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

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

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

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

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