#ae209e

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

Shades of Medium Red Violet #AE209E

Tints of Medium Red Violet #AE209E

Color information

#AE209E (or 0xAE209E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 20 and 9E. RGB value is (174,32,158). Sum of RGB (Red+Green+Blue) = 174+32+158=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE209E is #51DF61. Grayscale: #585858. Windows color (decimal): -5365602 or 10363054. OLE color: 10363054.

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

Color convert

RGB17432158-
CMYK00.820.090.32
HSL306.76º68.93%40.39%-
HSV(B)306.76º81.61%68.24%-
XYZ24.1412.533.49-
YUV88.82167.04188.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 32 (12.89% from 255) = 8.79%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=47.80%
G=8.79%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743215800.820.090.32306.7668.9340.39
HexAE209E0529201334528
Octal256402360122114046310550
Binary10101110100000100111100101001010011000001001100111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae209e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae209e; }

 p { color: rgb(174,32,158); }

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

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

 a { background-color: rgb(174,32,158); }

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

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

 span { border-color: rgb(174,32,158); }

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