#AE539A

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

Shades of Violet Blue #AE539A

Tints of Violet Blue #AE539A

Color information

#AE539A (or 0xAE539A) is unknown color: approx Violet Blue. HEX triplet: AE, 53 and 9A. RGB value is (174,83,154). Sum of RGB (Red+Green+Blue) = 174+83+154=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE539A is #51AC65. Grayscale: #767676. Windows color (decimal): -5352550 or 10113966. OLE color: 10113966.

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

Color convert

RGB17483154-
CMYK00.520.110.32
HSL313.19º35.97%50.39%-
HSV(B)313.19º52.3%68.24%-
XYZ26.3817.5232.56-
YUV118.3148.15167.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=42.34%
G=20.19%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748315400.520.110.32313.1935.9750.39
HexAE539A034B201392432
Octal25612323206413404714462
Binary1010111010100111001101001101001011100000100111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE539A; }

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

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

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

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

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

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

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

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