#AE5AAA

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

Shades of Violet Blue #AE5AAA

Tints of Violet Blue #AE5AAA

Color information

#AE5AAA (or 0xAE5AAA) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and AA. RGB value is (174,90,170). Sum of RGB (Red+Green+Blue) = 174+90+170=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AAA is #51A555. Grayscale: #7B7B7B. Windows color (decimal): -5350742 or 11164334. OLE color: 11164334.

HSL color Cylindrical-coordinate representation of color #AE5AAA: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5AAA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17490170-
CMYK00.480.020.32
HSL302.86º34.15%51.76%-
HSV(B)302.86º48.28%68.24%-
XYZ28.3719.2140.24-
YUV124.24153.83163.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=40.09%
G=20.74%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749017000.480.020.32302.8634.1551.76
HexAE5AAA03022012f2234
Octal2561322520602404574264
Binary10101110101101010101010011000010100000100101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AAA; }

 p { color: rgb(174,90,170); }

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

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

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

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

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

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

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