#AE53A4

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

Shades of Violet Blue #AE53A4

Tints of Violet Blue #AE53A4

Color information

#AE53A4 (or 0xAE53A4) is unknown color: approx Violet Blue. HEX triplet: AE, 53 and A4. RGB value is (174,83,164). Sum of RGB (Red+Green+Blue) = 174+83+164=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE53A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE53A4 is #51AC5B. Grayscale: #777777. Windows color (decimal): -5352540 or 10769326. OLE color: 10769326.

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

Color convert

RGB17483164-
CMYK00.520.060.32
HSL306.59º35.97%50.39%-
HSV(B)306.59º52.3%68.24%-
XYZ27.2517.8737.13-
YUV119.44153.15166.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=41.33%
G=19.71%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748316400.520.060.32306.5935.9750.39
HexAE53A40346201332432
Octal2561232440646404634462
Binary101011101010011101001000110100110100000100110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE53A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE53A4; }

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

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

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

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

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

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

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

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