Html Css Color HEX #AE119F Medium Violet Red

📋 copy color: '#AE119F'

red 174 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #AE119F

Tints of Medium Violet Red #AE119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

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

R = 49.71%
G = 4.86%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE119F (or 0xAE119F) is known color: Medium Violet Red. HEX triplet: AE, 11 and 9F. RGB value is (174,17,159). Sum of RGB (Red+Green+Blue) = 174+17+159=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE119F is #51EE60. Grayscale: #4F4F4F. Windows color (decimal): -5369441 or 10424750. OLE color: 10424750.

HSL color Cylindrical-coordinate representation of color #AE119F: hue angle of 305.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE119F is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 159 -
CMYK 0 0.90 0.09 0.32
HSL 305.73º 0.82% 0.37% -
HSV(B) 305.73º 0.9% 0.68% -
XYZ 23.91 11.9 33.84 -
YUV 80.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 174 17 159 0 0.90 0.09 0.32 305.73 0.82 0.37
Hex AE 11 9F 0 5A 9 20 132 52 25
Octal 256 21 237 0 132 11 40 462 122 45
Binary 10101110 10001 10011111 0 1011010 1001 100000 100110010 1010010 100101

Color Harmonies of #AE119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE119F

Black with #AE119F

Text Example


Text Example

White with #AE119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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