#AE53AC

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

Shades of Violet Blue #AE53AC

Tints of Violet Blue #AE53AC

Color information

#AE53AC (or 0xAE53AC) is unknown color: approx Violet Blue. HEX triplet: AE, 53 and AC. RGB value is (174,83,172). Sum of RGB (Red+Green+Blue) = 174+83+172=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE53AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE53AC is #51AC53. Grayscale: #787878. Windows color (decimal): -5352532 or 11293614. OLE color: 11293614.

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

Color convert

RGB17483172-
CMYK00.520.010.32
HSL301.32º35.97%50.39%-
HSV(B)301.32º52.3%68.24%-
XYZ2818.1641.06-
YUV120.35157.15166.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=40.56%
G=19.35%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748317200.520.010.32301.3235.9750.39
HexAE53AC03412012d2432
Octal2561232540641404554462
Binary1010111010100111010110001101001100000100101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE53AC; }

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

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

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

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

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

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

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

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