Html Css Color HEX #AE1192 Medium Violet Red

📋 copy color: '#AE1192'

red 174 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #AE1192

Tints of Medium Violet Red #AE1192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 51.63%
G = 5.04%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE1192 (or 0xAE1192) is known color: Medium Violet Red. HEX triplet: AE, 11 and 92. RGB value is (174,17,146). Sum of RGB (Red+Green+Blue) = 174+17+146=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1192 is #51EE6D. Grayscale: #4E4E4E. Windows color (decimal): -5369454 or 9572782. OLE color: 9572782.

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

Color convert

RGB 174 17 146 -
CMYK 0 0.90 0.16 0.32
HSL 310.7º 0.82% 0.37% -
HSV(B) 310.7º 0.9% 0.68% -
XYZ 22.84 11.47 28.2 -
YUV 78.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 174 17 146 0 0.90 0.16 0.32 310.7 0.82 0.37
Hex AE 11 92 0 5A 10 20 137 52 25
Octal 256 21 222 0 132 20 40 467 122 45
Binary 10101110 10001 10010010 0 1011010 10000 100000 100110111 1010010 100101

Color Harmonies of #AE1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1192

Black with #AE1192

Text Example


Text Example

White with #AE1192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1192; }

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

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

background-color css

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

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

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

border-color css

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

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

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