Html Css Color HEX #AE139B Medium Violet Red

📋 copy color: '#AE139B'

red 174 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #AE139B

Tints of Medium Violet Red #AE139B

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 value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE139B (or 0xAE139B) is known color: 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

RGB 174 19 155 -
CMYK 0 0.89 0.11 0.32
HSL 307.35º 0.8% 0.38% -
HSV(B) 307.35º 0.89% 0.68% -
XYZ 23.6 11.83 32.05 -
YUV 80.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 174 19 155 0 0.89 0.11 0.32 307.35 0.8 0.38
Hex AE 13 9B 0 59 B 20 133 50 26
Octal 256 23 233 0 131 13 40 463 120 46
Binary 10101110 10011 10011011 0 1011001 1011 100000 100110011 1010000 100110

Color Harmonies of #AE139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE139B

Black with #AE139B

Text Example


Text Example

White with #AE139B

Text Example


Text Example

HTML Codes & Css Web 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>