#AE41A9

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

Shades of Violet Blue #AE41A9

Tints of Violet Blue #AE41A9

Color information

#AE41A9 (or 0xAE41A9) is unknown color: approx Violet Blue. HEX triplet: AE, 41 and A9. RGB value is (174,65,169). Sum of RGB (Red+Green+Blue) = 174+65+169=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41A9 is #51BE56. Grayscale: #6D6D6D. Windows color (decimal): -5357143 or 11092398. OLE color: 11092398.

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

Color convert

RGB17465169-
CMYK00.630.030.32
HSL302.75º45.61%46.86%-
HSV(B)302.75º62.64%68.24%-
XYZ26.5115.6439.16-
YUV109.45161.61174.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=42.65%
G=15.93%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746516900.630.030.32302.7545.6146.86
HexAE41A903F32012f2e2f
Octal2561012510773404575657
Binary10101110100000110101001011111111100000100101111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41A9; }

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

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

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

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

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

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

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

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