Html Css Color HEX #AA1191 Medium Violet Red

📋 copy color: '#AA1191'

red 170 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #AA1191

Tints of Medium Violet Red #AA1191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 51.2%
G = 5.12%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA1191 (or 0xAA1191) is known color: Medium Violet Red. HEX triplet: AA, 11 and 91. RGB value is (170,17,145). Sum of RGB (Red+Green+Blue) = 170+17+145=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1191 is #55EE6E. Grayscale: #4C4C4C. Windows color (decimal): -5631599 or 9507242. OLE color: 9507242.

HSL color Cylindrical-coordinate representation of color #AA1191: hue angle of 309.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1191 is Cyan = 0, Magento = 0.9, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 145 -
CMYK 0 0.9 0.15 0.33
HSL 309.8º 0.82% 0.37% -
HSV(B) 309.8º 0.9% 0.67% -
XYZ 21.89 10.99 27.76 -
YUV 77.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 170 17 145 0 0.9 0.15 0.33 309.8 0.82 0.37
Hex AA 11 91 0 5A F 21 136 52 25
Octal 252 21 221 0 132 17 41 466 122 45
Binary 10101010 10001 10010001 0 1011010 1111 100001 100110110 1010010 100101

Color Harmonies of #AA1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1191

Black with #AA1191

Text Example


Text Example

White with #AA1191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1191; }

 p { color: rgb(170,17,145); }

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

background-color css

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

 a { background-color: rgb(170,17,145); }

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

border-color css

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

 span { border-color: rgb(170,17,145); }

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