Html Css Color HEX #AE1977 Medium Violet Red

📋 copy color: '#AE1977'

red 174 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #AE1977

Tints of Medium Violet Red #AE1977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 54.72%
G = 7.86%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1977 (or 0xAE1977) is known color: Medium Violet Red. HEX triplet: AE, 19 and 77. RGB value is (174,25,119). Sum of RGB (Red+Green+Blue) = 174+25+119=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1977 is #51E688. Grayscale: #505050. Windows color (decimal): -5367433 or 7805358. OLE color: 7805358.

HSL color Cylindrical-coordinate representation of color #AE1977: hue angle of 322.15º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1977 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 25 119 -
CMYK 0 0.86 0.32 0.32
HSL 322.15º 0.75% 0.39% -
HSV(B) 322.15º 0.86% 0.68% -
XYZ 21.13 11.03 18.47 -
YUV 80.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 174 25 119 0 0.86 0.32 0.32 322.15 0.75 0.39
Hex AE 19 77 0 56 20 20 142 4B 27
Octal 256 31 167 0 126 40 40 502 113 47
Binary 10101110 11001 1110111 0 1010110 100000 100000 101000010 1001011 100111

Color Harmonies of #AE1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1977

Black with #AE1977

Text Example


Text Example

White with #AE1977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1977; }

 p { color: rgb(174,25,119); }

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

background-color css

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

 a { background-color: rgb(174,25,119); }

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

border-color css

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

 span { border-color: rgb(174,25,119); }

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