#AE5AAD

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

Shades of Violet Blue #AE5AAD

Tints of Violet Blue #AE5AAD

Color information

#AE5AAD (or 0xAE5AAD) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and AD. RGB value is (174,90,173). Sum of RGB (Red+Green+Blue) = 174+90+173=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AAD is #51A552. Grayscale: #7C7C7C. Windows color (decimal): -5350739 or 11360942. OLE color: 11360942.

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

Color convert

RGB17490173-
CMYK00.480.010.32
HSL300.71º34.15%51.76%-
HSV(B)300.71º48.28%68.24%-
XYZ28.6519.3341.76-
YUV124.58155.33163.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=39.82%
G=20.59%
B=39.59%

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
Decimal1749017300.480.010.32300.7134.1551.76
HexAE5AAD03012012d2234
Octal2561322550601404554264
Binary1010111010110101010110101100001100000100101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AAD; }

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

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

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

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

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

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

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

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