#AE1F9E

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

Shades of Medium Red Violet #AE1F9E

Tints of Medium Red Violet #AE1F9E

Color information

#AE1F9E (or 0xAE1F9E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 1F and 9E. RGB value is (174,31,158). Sum of RGB (Red+Green+Blue) = 174+31+158=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1F9E is #51E061. Grayscale: #575757. Windows color (decimal): -5365858 or 10362798. OLE color: 10362798.

HSL color Cylindrical-coordinate representation of color #AE1F9E: hue angle of 306.71º degrees, saturation: 0.7, 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 #AE1F9E is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17431158-
CMYK00.820.090.32
HSL306.71º69.76%40.2%-
HSV(B)306.71º82.18%68.24%-
XYZ24.1212.4533.48-
YUV88.24167.38189.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 31 (12.5% from 255) = 8.54%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=47.93%
G=8.54%
B=43.53%

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
Decimal1743115800.820.090.32306.7169.7640.2
HexAE1F9E0529201334628
Octal256372360122114046310650
Binary1010111011111100111100101001010011000001001100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1F9E; }

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

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

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

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

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

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

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

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