#AE139E

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

Shades of Medium Violet Red #AE139E

Tints of Medium Violet Red #AE139E

Color information

#AE139E (or 0xAE139E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 13 and 9E. RGB value is (174,19,158). Sum of RGB (Red+Green+Blue) = 174+19+158=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE139E is #51EC61. Grayscale: #505050. Windows color (decimal): -5368930 or 10359726. OLE color: 10359726.

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

Color convert

RGB17419158-
CMYK00.890.090.32
HSL306.19º80.31%37.84%-
HSV(B)306.19º89.08%68.24%-
XYZ23.8611.9333.39-
YUV81.19171.35194.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 19 (7.81% from 255) = 5.41%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=49.57%
G=5.41%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741915800.890.090.32306.1980.3137.84
HexAE139E0599201325026
Octal256232360131114046212046
Binary1010111010011100111100101100110011000001001100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE139E; }

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

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

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

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

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

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

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

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