Html Css Color HEX #AE139D Medium Violet Red

📋 copy color: '#AE139D'

red 174 ◦ green 19 ◦ blue 157

#AE139D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AE139D

Tints of Medium Violet Red #AE139D

RGB

 RED value IS 174 (68.36% from 255) = 49.71%

 GREEN value IS 19 (7.81% from 255) = 5.43%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 49.71%
G = 5.43%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE139D (or 0xAE139D) is known color: Medium Violet Red. HEX triplet: AE, 13 and 9D. RGB value is (174,19,157). Sum of RGB (Red+Green+Blue) = 174+19+157=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE139D is #51EC62. Grayscale: #505050. Windows color (decimal): -5368931 or 10294190. OLE color: 10294190.

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

Color convert

RGB 174 19 157 -
CMYK 0 0.89 0.10 0.32
HSL 306.58º 0.8% 0.38% -
HSV(B) 306.58º 0.89% 0.68% -
XYZ 23.77 11.9 32.94 -
YUV 81.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 174 19 157 0 0.89 0.10 0.32 306.58 0.8 0.38
Hex AE 13 9D 0 59 A 20 133 50 26
Octal 256 23 235 0 131 12 40 463 120 46
Binary 10101110 10011 10011101 0 1011001 1010 100000 100110011 1010000 100110

Color Harmonies of #AE139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE139D

Black with #AE139D

Text Example


Text Example

White with #AE139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE139D; }

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

 H1.HeaderClassName
 {
   color: #AE139D;
 }
 .AnyTagClassName
 {
   color: #AE139D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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