Html Css Color HEX #AE1197 Medium Violet Red

📋 copy color: '#AE1197'

red 174 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #AE1197

Tints of Medium Violet Red #AE1197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 50.88%
G = 4.97%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE1197 (or 0xAE1197) is known color: Medium Violet Red. HEX triplet: AE, 11 and 97. RGB value is (174,17,151). Sum of RGB (Red+Green+Blue) = 174+17+151=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1197 is #51EE68. Grayscale: #4E4E4E. Windows color (decimal): -5369449 or 9900462. OLE color: 9900462.

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

Color convert

RGB 174 17 151 -
CMYK 0 0.90 0.13 0.32
HSL 308.79º 0.82% 0.37% -
HSV(B) 308.79º 0.9% 0.68% -
XYZ 23.24 11.63 30.3 -
YUV 79.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 174 17 151 0 0.90 0.13 0.32 308.79 0.82 0.37
Hex AE 11 97 0 5A D 20 135 52 25
Octal 256 21 227 0 132 15 40 465 122 45
Binary 10101110 10001 10010111 0 1011010 1101 100000 100110101 1010010 100101

Color Harmonies of #AE1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1197

Black with #AE1197

Text Example


Text Example

White with #AE1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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