#AE53A6

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

Shades of Violet Blue #AE53A6

Tints of Violet Blue #AE53A6

Color information

#AE53A6 (or 0xAE53A6) is unknown color: approx Violet Blue. HEX triplet: AE, 53 and A6. RGB value is (174,83,166). Sum of RGB (Red+Green+Blue) = 174+83+166=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE53A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE53A6 is #51AC59. Grayscale: #777777. Windows color (decimal): -5352538 or 10900398. OLE color: 10900398.

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

Color convert

RGB17483166-
CMYK00.520.050.32
HSL305.27º35.97%50.39%-
HSV(B)305.27º52.3%68.24%-
XYZ27.4317.9438.09-
YUV119.67154.15166.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=41.13%
G=19.62%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748316600.520.050.32305.2735.9750.39
HexAE53A60345201312432
Octal2561232460645404614462
Binary101011101010011101001100110100101100000100110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE53A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE53A6; }

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

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

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

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

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

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

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

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