#AE5AA0

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

Shades of Violet Blue #AE5AA0

Tints of Violet Blue #AE5AA0

Color information

#AE5AA0 (or 0xAE5AA0) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and A0. RGB value is (174,90,160). Sum of RGB (Red+Green+Blue) = 174+90+160=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AA0 is #51A55F. Grayscale: #7A7A7A. Windows color (decimal): -5350752 or 10508974. OLE color: 10508974.

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

Color convert

RGB17490160-
CMYK00.480.080.32
HSL310º34.15%51.76%-
HSV(B)310º48.28%68.24%-
XYZ27.4618.8535.45-
YUV123.1148.83164.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=41.04%
G=21.23%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749016000.480.080.3231034.1551.76
HexAE5AA00308201362234
Octal25613224006010404664264
Binary1010111010110101010000001100001000100000100110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AA0; }

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

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

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

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

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

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

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

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