#AE5AAF

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

Shades of Violet Blue #AE5AAF

Tints of Violet Blue #AE5AAF

Color information

#AE5AAF (or 0xAE5AAF) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and AF. RGB value is (174,90,175). Sum of RGB (Red+Green+Blue) = 174+90+175=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE5AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AAF is #51A550. Grayscale: #7C7C7C. Windows color (decimal): -5350737 or 11492014. OLE color: 11492014.

HSL color Cylindrical-coordinate representation of color #AE5AAF: hue angle of 299.29º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5AAF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17490175-
CMYK0.010.4900.31
HSL299.29º34.69%51.96%-
HSV(B)299.29º48.57%68.63%-
XYZ28.8519.4142.78-
YUV124.81156.33163.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=39.64%
G=20.50%
B=39.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174901750.010.4900.31299.2934.6951.96
HexAE5AAF13101F12b2334
Octal2561322571610374534364
Binary101011101011010101011111110001011111100101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AAF; }

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

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

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

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

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

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

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

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