#AE5AA3

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

Shades of Violet Blue #AE5AA3

Tints of Violet Blue #AE5AA3

Color information

#AE5AA3 (or 0xAE5AA3) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and A3. RGB value is (174,90,163). Sum of RGB (Red+Green+Blue) = 174+90+163=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5AA3 is #51A55C. Grayscale: #7B7B7B. Windows color (decimal): -5350749 or 10705582. OLE color: 10705582.

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

Color convert

RGB17490163-
CMYK00.480.060.32
HSL307.86º34.15%51.76%-
HSV(B)307.86º48.28%68.24%-
XYZ27.7218.9636.85-
YUV123.44150.33164.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 163 (64.06% from 255) = 38.17%
R=40.75%
G=21.08%
B=38.17%

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
Decimal1749016300.480.060.32307.8634.1551.76
HexAE5AA30306201342234
Octal2561322430606404644264
Binary101011101011010101000110110000110100000100110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5AA3; }

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

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

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

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

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

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

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

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