#AE53A7

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

Shades of Violet Blue #AE53A7

Tints of Violet Blue #AE53A7

Color information

#AE53A7 (or 0xAE53A7) is unknown color: approx Violet Blue. HEX triplet: AE, 53 and A7. RGB value is (174,83,167). Sum of RGB (Red+Green+Blue) = 174+83+167=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE53A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE53A7 is #51AC58. Grayscale: #777777. Windows color (decimal): -5352537 or 10965934. OLE color: 10965934.

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

Color convert

RGB17483167-
CMYK00.520.040.32
HSL304.62º35.97%50.39%-
HSV(B)304.62º52.3%68.24%-
XYZ27.5217.9838.58-
YUV119.78154.65166.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 83 (32.81% from 255) = 19.58%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=41.04%
G=19.58%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748316700.520.040.32304.6235.9750.39
HexAE53A70344201312432
Octal2561232470644404614462
Binary101011101010011101001110110100100100000100110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE53A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE53A7; }

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

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

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

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

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

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

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

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