Html Css Color HEX #AE139F Medium Violet Red

📋 copy color: '#AE139F'

red 174 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #AE139F

Tints of Medium Violet Red #AE139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 49.43%
G = 5.4%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE139F (or 0xAE139F) is known color: Medium Violet Red. HEX triplet: AE, 13 and 9F. RGB value is (174,19,159). Sum of RGB (Red+Green+Blue) = 174+19+159=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE139F is #51EC60. Grayscale: #505050. Windows color (decimal): -5368929 or 10425262. OLE color: 10425262.

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

Color convert

RGB 174 19 159 -
CMYK 0 0.89 0.09 0.32
HSL 305.81º 0.8% 0.38% -
HSV(B) 305.81º 0.89% 0.68% -
XYZ 23.95 11.97 33.85 -
YUV 81.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 174 19 159 0 0.89 0.09 0.32 305.81 0.8 0.38
Hex AE 13 9F 0 59 9 20 132 50 26
Octal 256 23 237 0 131 11 40 462 120 46
Binary 10101110 10011 10011111 0 1011001 1001 100000 100110010 1010000 100110

Color Harmonies of #AE139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE139F

Black with #AE139F

Text Example


Text Example

White with #AE139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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