#AE48A9

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

Shades of Violet Blue #AE48A9

Tints of Violet Blue #AE48A9

Color information

#AE48A9 (or 0xAE48A9) is unknown color: approx Violet Blue. HEX triplet: AE, 48 and A9. RGB value is (174,72,169). Sum of RGB (Red+Green+Blue) = 174+72+169=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE48A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE48A9 is #51B756. Grayscale: #717171. Windows color (decimal): -5355351 or 11094190. OLE color: 11094190.

HSL color Cylindrical-coordinate representation of color #AE48A9: hue angle of 302.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE48A9 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17472169-
CMYK00.590.030.32
HSL302.94º41.46%48.24%-
HSV(B)302.94º58.62%68.24%-
XYZ26.9316.539.3-
YUV113.56159.29171.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 72 (28.52% from 255) = 17.35%
BLUE value IS 169 (66.41% from 255) = 40.72%
R=41.93%
G=17.35%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747216900.590.030.32302.9441.4648.24
HexAE48A903B32012f2930
Octal2561102510733404575160
Binary10101110100100010101001011101111100000100101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE48A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE48A9; }

 p { color: rgb(174,72,169); }

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

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

 a { background-color: rgb(174,72,169); }

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

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

 span { border-color: rgb(174,72,169); }

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