#AE5A9E

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

Shades of Violet Blue #AE5A9E

Tints of Violet Blue #AE5A9E

Color information

#AE5A9E (or 0xAE5A9E) is unknown color: approx Violet Blue. HEX triplet: AE, 5A and 9E. RGB value is (174,90,158). Sum of RGB (Red+Green+Blue) = 174+90+158=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5A9E is #51A561. Grayscale: #7A7A7A. Windows color (decimal): -5350754 or 10377902. OLE color: 10377902.

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

Color convert

RGB17490158-
CMYK00.480.090.32
HSL311.43º34.15%51.76%-
HSV(B)311.43º48.28%68.24%-
XYZ27.2818.7834.53-
YUV122.87147.83164.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 90 (35.55% from 255) = 21.33%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=41.23%
G=21.33%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749015800.480.090.32311.4334.1551.76
HexAE5A9E0309201372234
Octal25613223606011404674264
Binary1010111010110101001111001100001001100000100110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A9E; }

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

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

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

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

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

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

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

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