Html Css Color HEX #AE1194 Medium Violet Red

📋 copy color: '#AE1194'

red 174 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #AE1194

Tints of Medium Violet Red #AE1194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 51.33%
G = 5.01%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE1194 (or 0xAE1194) is known color: Medium Violet Red. HEX triplet: AE, 11 and 94. RGB value is (174,17,148). Sum of RGB (Red+Green+Blue) = 174+17+148=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1194 is #51EE6B. Grayscale: #4E4E4E. Windows color (decimal): -5369452 or 9703854. OLE color: 9703854.

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

Color convert

RGB 174 17 148 -
CMYK 0 0.90 0.15 0.32
HSL 309.94º 0.82% 0.37% -
HSV(B) 309.94º 0.9% 0.68% -
XYZ 23 11.54 29.03 -
YUV 78.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 174 17 148 0 0.90 0.15 0.32 309.94 0.82 0.37
Hex AE 11 94 0 5A F 20 136 52 25
Octal 256 21 224 0 132 17 40 466 122 45
Binary 10101110 10001 10010100 0 1011010 1111 100000 100110110 1010010 100101

Color Harmonies of #AE1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1194

Black with #AE1194

Text Example


Text Example

White with #AE1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1194; }

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

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

background-color css

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

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

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

border-color css

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

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

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