Html Css Color HEX #AA199C Medium Violet Red

📋 copy color: '#AA199C'

red 170 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #AA199C

Tints of Medium Violet Red #AA199C

RGB

 RED value IS 170 (66.8% from 255) = 48.43%

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

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

R = 48.43%
G = 7.12%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA199C (or 0xAA199C) is known color: Medium Violet Red. HEX triplet: AA, 19 and 9C. RGB value is (170,25,156). Sum of RGB (Red+Green+Blue) = 170+25+156=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA199C is #55E663. Grayscale: #525252. Windows color (decimal): -5629540 or 10230186. OLE color: 10230186.

HSL color Cylindrical-coordinate representation of color #AA199C: hue angle of 305.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA199C is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 156 -
CMYK 0 0.85 0.08 0.33
HSL 305.79º 0.74% 0.38% -
HSV(B) 305.79º 0.85% 0.67% -
XYZ 22.93 11.64 32.49 -
YUV 83.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 170 25 156 0 0.85 0.08 0.33 305.79 0.74 0.38
Hex AA 19 9C 0 55 8 21 132 4A 26
Octal 252 31 234 0 125 10 41 462 112 46
Binary 10101010 11001 10011100 0 1010101 1000 100001 100110010 1001010 100110

Color Harmonies of #AA199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA199C

Black with #AA199C

Text Example


Text Example

White with #AA199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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