#AE509A

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

Shades of Violet Blue #AE509A

Tints of Violet Blue #AE509A

Color information

#AE509A (or 0xAE509A) is unknown color: approx Violet Blue. HEX triplet: AE, 50 and 9A. RGB value is (174,80,154). Sum of RGB (Red+Green+Blue) = 174+80+154=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE509A is #51AF65. Grayscale: #747474. Windows color (decimal): -5353318 or 10113198. OLE color: 10113198.

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

Color convert

RGB17480154-
CMYK00.540.110.32
HSL312.77º37.01%49.8%-
HSV(B)312.77º54.02%68.24%-
XYZ26.1617.0732.49-
YUV116.54149.14168.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=42.65%
G=19.61%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748015400.540.110.32312.7737.0149.8
HexAE509A036B201392532
Octal25612023206613404714562
Binary1010111010100001001101001101101011100000100111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE509A; }

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

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

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

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

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

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

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

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