Html Css Color HEX #AE199C Medium Violet Red

📋 copy color: '#AE199C'

red 174 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #AE199C

Tints of Medium Violet Red #AE199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 49.01%
G = 7.04%
B = 43.94%

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

#AE199C (or 0xAE199C) is known color: Medium Violet Red. HEX triplet: AE, 19 and 9C. RGB value is (174,25,156). Sum of RGB (Red+Green+Blue) = 174+25+156=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE199C is #51E663. Grayscale: #545454. Windows color (decimal): -5367396 or 10230190. OLE color: 10230190.

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

Color convert

RGB 174 25 156 -
CMYK 0 0.86 0.10 0.32
HSL 307.25º 0.75% 0.39% -
HSV(B) 307.25º 0.86% 0.68% -
XYZ 23.8 12.09 32.53 -
YUV 84.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 174 25 156 0 0.86 0.10 0.32 307.25 0.75 0.39
Hex AE 19 9C 0 56 A 20 133 4B 27
Octal 256 31 234 0 126 12 40 463 113 47
Binary 10101110 11001 10011100 0 1010110 1010 100000 100110011 1001011 100111

Color Harmonies of #AE199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE199C

Black with #AE199C

Text Example


Text Example

White with #AE199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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