#AE5AA1

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

Shades of Violet Blue #AE5AA1

Tints of Violet Blue #AE5AA1

Color information

#AE5AA1 (or 0xAE5AA1) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and A1. RGB value is (174,90,161). Sum of RGB (Red+Green+Blue) = 174+90+161=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AA1 is #51A55E. Grayscale: #7B7B7B. Windows color (decimal): -5350751 or 10574510. OLE color: 10574510.

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

Color convert

RGB17490161-
CMYK00.480.070.32
HSL309.29º34.15%51.76%-
HSV(B)309.29º48.28%68.24%-
XYZ27.5418.8835.91-
YUV123.21149.33164.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=40.94%
G=21.18%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749016100.480.070.32309.2934.1551.76
HexAE5AA10307201352234
Octal2561322410607404654264
Binary101011101011010101000010110000111100000100110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AA1; }

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

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

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

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

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

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

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

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