Html Css Color HEX #AE119E Medium Violet Red

📋 copy color: '#AE119E'

red 174 ◦ green 17 ◦ blue 158

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

Shades of Medium Violet Red #AE119E

Tints of Medium Violet Red #AE119E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 49.86%
G = 4.87%
B = 45.27%

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

#AE119E (or 0xAE119E) is known color: Medium Violet Red. HEX triplet: AE, 11 and 9E. RGB value is (174,17,158). Sum of RGB (Red+Green+Blue) = 174+17+158=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE119E is #51EE61. Grayscale: #4F4F4F. Windows color (decimal): -5369442 or 10359214. OLE color: 10359214.

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

Color convert

RGB 174 17 158 -
CMYK 0 0.90 0.09 0.32
HSL 306.11º 0.82% 0.37% -
HSV(B) 306.11º 0.9% 0.68% -
XYZ 23.83 11.87 33.38 -
YUV 80.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 174 17 158 0 0.90 0.09 0.32 306.11 0.82 0.37
Hex AE 11 9E 0 5A 9 20 132 52 25
Octal 256 21 236 0 132 11 40 462 122 45
Binary 10101110 10001 10011110 0 1011010 1001 100000 100110010 1010010 100101

Color Harmonies of #AE119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE119E

Black with #AE119E

Text Example


Text Example

White with #AE119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE119E; }

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

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

background-color css

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

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

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

border-color css

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

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

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