Html Css Color HEX #AE199D Medium Violet Red

📋 copy color: '#AE199D'

red 174 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #AE199D

Tints of Medium Violet Red #AE199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 48.88%
G = 7.02%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE199D (or 0xAE199D) is known color: Medium Violet Red. HEX triplet: AE, 19 and 9D. RGB value is (174,25,157). Sum of RGB (Red+Green+Blue) = 174+25+157=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE199D is #51E662. Grayscale: #545454. Windows color (decimal): -5367395 or 10295726. OLE color: 10295726.

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

Color convert

RGB 174 25 157 -
CMYK 0 0.86 0.10 0.32
HSL 306.85º 0.75% 0.39% -
HSV(B) 306.85º 0.86% 0.68% -
XYZ 23.89 12.13 32.98 -
YUV 84.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 174 25 157 0 0.86 0.10 0.32 306.85 0.75 0.39
Hex AE 19 9D 0 56 A 20 133 4B 27
Octal 256 31 235 0 126 12 40 463 113 47
Binary 10101110 11001 10011101 0 1010110 1010 100000 100110011 1001011 100111

Color Harmonies of #AE199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE199D

Black with #AE199D

Text Example


Text Example

White with #AE199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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