#AE1EAA

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

Shades of Medium Violet Red #AE1EAA

Tints of Medium Violet Red #AE1EAA

Color information

#AE1EAA (or 0xAE1EAA) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1E and AA. RGB value is (174,30,170). Sum of RGB (Red+Green+Blue) = 174+30+170=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1EAA is #51E155. Grayscale: #585858. Windows color (decimal): -5366102 or 11148974. OLE color: 11148974.

HSL color Cylindrical-coordinate representation of color #AE1EAA: hue angle of 301.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1EAA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17430170-
CMYK00.830.020.32
HSL301.67º70.59%40%-
HSV(B)301.67º82.76%68.24%-
XYZ25.1812.8339.18-
YUV89.02173.71188.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=46.52%
G=8.02%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743017000.830.020.32301.6770.5940
HexAE1EAA05322012e4728
Octal25636252012324045610750
Binary10101110111101010101001010011101000001001011101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1EAA; }

 p { color: rgb(174,30,170); }

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

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

 a { background-color: rgb(174,30,170); }

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

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

 span { border-color: rgb(174,30,170); }

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