Html Css Color HEX #AE139C Medium Violet Red

📋 copy color: '#AE139C'

red 174 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #AE139C

Tints of Medium Violet Red #AE139C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 49.86%
G = 5.44%
B = 44.7%

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

#AE139C (or 0xAE139C) is known color: Medium Violet Red. HEX triplet: AE, 13 and 9C. RGB value is (174,19,156). Sum of RGB (Red+Green+Blue) = 174+19+156=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE139C is #51EC63. Grayscale: #505050. Windows color (decimal): -5368932 or 10228654. OLE color: 10228654.

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

Color convert

RGB 174 19 156 -
CMYK 0 0.89 0.10 0.32
HSL 306.97º 0.8% 0.38% -
HSV(B) 306.97º 0.89% 0.68% -
XYZ 23.69 11.86 32.49 -
YUV 80.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 174 19 156 0 0.89 0.10 0.32 306.97 0.8 0.38
Hex AE 13 9C 0 59 A 20 133 50 26
Octal 256 23 234 0 131 12 40 463 120 46
Binary 10101110 10011 10011100 0 1011001 1010 100000 100110011 1010000 100110

Color Harmonies of #AE139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE139C

Black with #AE139C

Text Example


Text Example

White with #AE139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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