#AE139A

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

Shades of Medium Violet Red #AE139A

Tints of Medium Violet Red #AE139A

Color information

#AE139A (or 0xAE139A) is unknown color: approx Medium Violet Red. HEX triplet: AE, 13 and 9A. RGB value is (174,19,154). Sum of RGB (Red+Green+Blue) = 174+19+154=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE139A is #51EC65. Grayscale: #505050. Windows color (decimal): -5368934 or 10097582. OLE color: 10097582.

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

Color convert

RGB17419154-
CMYK00.890.110.32
HSL307.74º80.31%37.84%-
HSV(B)307.74º89.08%68.24%-
XYZ23.5211.831.61-
YUV80.74169.35194.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 19 (7.81% from 255) = 5.48%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=50.14%
G=5.48%
B=44.38%

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
Decimal1741915400.890.110.32307.7480.3137.84
HexAE139A059B201345026
Octal256232320131134046412046
Binary1010111010011100110100101100110111000001001101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE139A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE139A; }

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

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

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

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

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

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

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

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