#AE0F9E

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

Shades of Medium Violet Red #AE0F9E

Tints of Medium Violet Red #AE0F9E

Color information

#AE0F9E (or 0xAE0F9E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0F and 9E. RGB value is (174,15,158). Sum of RGB (Red+Green+Blue) = 174+15+158=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0F9E is #51F061. Grayscale: #4E4E4E. Windows color (decimal): -5369954 or 10358702. OLE color: 10358702.

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

Color convert

RGB17415158-
CMYK00.910.090.32
HSL306.04º84.13%37.06%-
HSV(B)306.04º91.38%68.24%-
XYZ23.811.8133.37-
YUV78.84172.68195.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 15 (6.25% from 255) = 4.32%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=50.14%
G=4.32%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741515800.910.090.32306.0484.1337.06
HexAEF9E05B9201325425
Octal256172360133114046212445
Binary101011101111100111100101101110011000001001100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0F9E; }

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

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

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

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

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

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

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

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