Html Css Color HEX #AE197A Medium Violet Red

📋 copy color: '#AE197A'

red 174 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #AE197A

Tints of Medium Violet Red #AE197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 54.21%
G = 7.79%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE197A (or 0xAE197A) is known color: Medium Violet Red. HEX triplet: AE, 19 and 7A. RGB value is (174,25,122). Sum of RGB (Red+Green+Blue) = 174+25+122=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE197A is #51E685. Grayscale: #505050. Windows color (decimal): -5367430 or 8001966. OLE color: 8001966.

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

Color convert

RGB 174 25 122 -
CMYK 0 0.86 0.30 0.32
HSL 320.94º 0.75% 0.39% -
HSV(B) 320.94º 0.86% 0.68% -
XYZ 21.32 11.1 19.43 -
YUV 80.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 174 25 122 0 0.86 0.30 0.32 320.94 0.75 0.39
Hex AE 19 7A 0 56 1E 20 141 4B 27
Octal 256 31 172 0 126 36 40 501 113 47
Binary 10101110 11001 1111010 0 1010110 11110 100000 101000001 1001011 100111

Color Harmonies of #AE197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE197A

Black with #AE197A

Text Example


Text Example

White with #AE197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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