#AE53AF

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

Shades of Violet Blue #AE53AF

Tints of Violet Blue #AE53AF

Color information

#AE53AF (or 0xAE53AF) is unknown color: approx Violet Blue. HEX triplet: AE, 53 and AF. RGB value is (174,83,175). Sum of RGB (Red+Green+Blue) = 174+83+175=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE53AF is #51AC50. Grayscale: #787878. Windows color (decimal): -5352529 or 11490222. OLE color: 11490222.

HSL color Cylindrical-coordinate representation of color #AE53AF: hue angle of 299.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE53AF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17483175-
CMYK0.010.5300.31
HSL299.35º36.51%50.59%-
HSV(B)299.35º52.57%68.63%-
XYZ28.2918.2842.6-
YUV120.7158.65166.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=40.28%
G=19.21%
B=40.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174831750.010.5300.31299.3536.5150.59
HexAE53AF13501F12b2533
Octal2561232571650374534563
Binary101011101010011101011111110101011111100101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE53AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE53AF; }

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

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

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

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

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

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

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

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