#AE4EA2

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

Shades of Violet Blue #AE4EA2

Tints of Violet Blue #AE4EA2

Color information

#AE4EA2 (or 0xAE4EA2) is unknown color: approx Violet Blue. HEX triplet: AE, 4E and A2. RGB value is (174,78,162). Sum of RGB (Red+Green+Blue) = 174+78+162=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4EA2 is #51B15D. Grayscale: #747474. Windows color (decimal): -5353822 or 10636974. OLE color: 10636974.

HSL color Cylindrical-coordinate representation of color #AE4EA2: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4EA2 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17478162-
CMYK00.550.070.32
HSL307.5º38.1%49.41%-
HSV(B)307.5º55.17%68.24%-
XYZ26.717.0636.07-
YUV116.28153.8169.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=42.03%
G=18.84%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747816200.550.070.32307.538.149.41
HexAE4EA20377201342631
Octal2561162420677404644661
Binary101011101001110101000100110111111100000100110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EA2; }

 p { color: rgb(174,78,162); }

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

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

 a { background-color: rgb(174,78,162); }

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

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

 span { border-color: rgb(174,78,162); }

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