#AE52AE

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

Shades of Violet Blue #AE52AE

Tints of Violet Blue #AE52AE

Color information

#AE52AE (or 0xAE52AE) is unknown color: approx Violet Blue. HEX triplet: AE, 52 and AE. RGB value is (174,82,174). Sum of RGB (Red+Green+Blue) = 174+82+174=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE52AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE52AE is #51AD51. Grayscale: #777777. Windows color (decimal): -5352786 or 11424430. OLE color: 11424430.

HSL color Cylindrical-coordinate representation of color #AE52AE: hue angle of 300º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE52AE is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17482174-
CMYK00.5300.32
HSL300º36.22%50.2%-
HSV(B)300º52.87%68.24%-
XYZ28.1118.0942.05-
YUV120158.48166.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=40.47%
G=19.07%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748217400.5300.3230036.2250.2
HexAE52AE03502012c2432
Octal2561222560650404544462
Binary1010111010100101010111001101010100000100101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52AE; }

 p { color: rgb(174,82,174); }

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

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

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

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

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

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

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