#AE5AAC

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

Shades of Violet Blue #AE5AAC

Tints of Violet Blue #AE5AAC

Color information

#AE5AAC (or 0xAE5AAC) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and AC. RGB value is (174,90,172). Sum of RGB (Red+Green+Blue) = 174+90+172=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AAC is #51A553. Grayscale: #7C7C7C. Windows color (decimal): -5350740 or 11295406. OLE color: 11295406.

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

Color convert

RGB17490172-
CMYK00.480.010.32
HSL301.43º34.15%51.76%-
HSV(B)301.43º48.28%68.24%-
XYZ28.5619.2941.25-
YUV124.46154.83163.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=39.91%
G=20.64%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749017200.480.010.32301.4334.1551.76
HexAE5AAC03012012d2234
Octal2561322540601404554264
Binary1010111010110101010110001100001100000100101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AAC; }

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

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

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

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

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

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

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

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