#AE53AB

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

Shades of Violet Blue #AE53AB

Tints of Violet Blue #AE53AB

Color information

#AE53AB (or 0xAE53AB) is unknown color: approx Violet Blue. HEX triplet: AE, 53 and AB. RGB value is (174,83,171). Sum of RGB (Red+Green+Blue) = 174+83+171=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE53AB is #51AC54. Grayscale: #777777. Windows color (decimal): -5352533 or 11228078. OLE color: 11228078.

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

Color convert

RGB17483171-
CMYK00.520.020.32
HSL301.98º35.97%50.39%-
HSV(B)301.98º52.3%68.24%-
XYZ27.918.1340.56-
YUV120.24156.65166.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=40.65%
G=19.39%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748317100.520.020.32301.9835.9750.39
HexAE53AB03422012e2432
Octal2561232530642404564462
Binary10101110101001110101011011010010100000100101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE53AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE53AB; }

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

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

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

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

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

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

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

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