#AE1AA9

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

Shades of Medium Violet Red #AE1AA9

Tints of Medium Violet Red #AE1AA9

Color information

#AE1AA9 (or 0xAE1AA9) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and A9. RGB value is (174,26,169). Sum of RGB (Red+Green+Blue) = 174+26+169=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AA9 is #51E556. Grayscale: #565656. Windows color (decimal): -5367127 or 11082414. OLE color: 11082414.

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

Color convert

RGB17426169-
CMYK00.850.030.32
HSL302.03º74%39.22%-
HSV(B)302.03º85.06%68.24%-
XYZ24.9912.638.65-
YUV86.55174.53190.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 26 (10.55% from 255) = 7.05%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=47.15%
G=7.05%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742616900.850.030.32302.037439.22
HexAE1AA905532012e4a27
Octal25632251012534045611247
Binary10101110110101010100101010101111000001001011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AA9; }

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

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

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

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

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

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

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

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