Html Css Color HEX #AE197F Medium Violet Red

📋 copy color: '#AE197F'

red 174 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #AE197F

Tints of Medium Violet Red #AE197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 53.37%
G = 7.67%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE197F (or 0xAE197F) is known color: Medium Violet Red. HEX triplet: AE, 19 and 7F. RGB value is (174,25,127). Sum of RGB (Red+Green+Blue) = 174+25+127=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE197F is #51E680. Grayscale: #505050. Windows color (decimal): -5367425 or 8329646. OLE color: 8329646.

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

Color convert

RGB 174 25 127 -
CMYK 0 0.86 0.27 0.32
HSL 318.93º 0.75% 0.39% -
HSV(B) 318.93º 0.86% 0.68% -
XYZ 21.63 11.23 21.11 -
YUV 81.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 174 25 127 0 0.86 0.27 0.32 318.93 0.75 0.39
Hex AE 19 7F 0 56 1B 20 13F 4B 27
Octal 256 31 177 0 126 33 40 477 113 47
Binary 10101110 11001 1111111 0 1010110 11011 100000 100111111 1001011 100111

Color Harmonies of #AE197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE197F

Black with #AE197F

Text Example


Text Example

White with #AE197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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