#AE139B

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

Shades of Medium Violet Red #AE139B

Tints of Medium Violet Red #AE139B

Color information

#AE139B (or 0xAE139B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 13 and 9B. RGB value is (174,19,155). Sum of RGB (Red+Green+Blue) = 174+19+155=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE139B is #51EC64. Grayscale: #505050. Windows color (decimal): -5368933 or 10163118. OLE color: 10163118.

HSL color Cylindrical-coordinate representation of color #AE139B: hue angle of 307.35º 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 #AE139B is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17419155-
CMYK00.890.110.32
HSL307.35º80.31%37.84%-
HSV(B)307.35º89.08%68.24%-
XYZ23.611.8332.05-
YUV80.85169.85194.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 5.46%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=50%
G=5.46%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741915500.890.110.32307.3580.3137.84
HexAE139B059B201335026
Octal256232330131134046312046
Binary1010111010011100110110101100110111000001001100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE139B; }

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

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

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

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

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

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

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

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