Html Css Color HEX #AE197E Medium Violet Red

📋 copy color: '#AE197E'

red 174 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #AE197E

Tints of Medium Violet Red #AE197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 53.54%
G = 7.69%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE197E (or 0xAE197E) is known color: Medium Violet Red. HEX triplet: AE, 19 and 7E. RGB value is (174,25,126). Sum of RGB (Red+Green+Blue) = 174+25+126=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE197E is #51E681. Grayscale: #505050. Windows color (decimal): -5367426 or 8264110. OLE color: 8264110.

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

Color convert

RGB 174 25 126 -
CMYK 0 0.86 0.28 0.32
HSL 319.33º 0.75% 0.39% -
HSV(B) 319.33º 0.86% 0.68% -
XYZ 21.57 11.2 20.76 -
YUV 81.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 174 25 126 0 0.86 0.28 0.32 319.33 0.75 0.39
Hex AE 19 7E 0 56 1C 20 13F 4B 27
Octal 256 31 176 0 126 34 40 477 113 47
Binary 10101110 11001 1111110 0 1010110 11100 100000 100111111 1001011 100111

Color Harmonies of #AE197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE197E

Black with #AE197E

Text Example


Text Example

White with #AE197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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