#AE5AA4

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

Shades of Violet Blue #AE5AA4

Tints of Violet Blue #AE5AA4

Color information

#AE5AA4 (or 0xAE5AA4) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and A4. RGB value is (174,90,164). Sum of RGB (Red+Green+Blue) = 174+90+164=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AA4 is #51A55B. Grayscale: #7B7B7B. Windows color (decimal): -5350748 or 10771118. OLE color: 10771118.

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

Color convert

RGB17490164-
CMYK00.480.060.32
HSL307.14º34.15%51.76%-
HSV(B)307.14º48.28%68.24%-
XYZ27.8118.9937.32-
YUV123.55150.83163.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 164 (64.45% from 255) = 38.32%
R=40.65%
G=21.03%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749016400.480.060.32307.1434.1551.76
HexAE5AA40306201332234
Octal2561322440606404634264
Binary101011101011010101001000110000110100000100110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AA4; }

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

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

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

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

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

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

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

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