Html Css Color HEX #AA1197 Dark Magenta

📋 copy color: '#AA1197'

red 170 ◦ green 17 ◦ blue 151

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

Shades of Dark Magenta #AA1197

Tints of Dark Magenta #AA1197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 50.3%
G = 5.03%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA1197 (or 0xAA1197) is known color: Dark Magenta. HEX triplet: AA, 11 and 97. RGB value is (170,17,151). Sum of RGB (Red+Green+Blue) = 170+17+151=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1197 is #55EE68. Grayscale: #4D4D4D. Windows color (decimal): -5631593 or 9900458. OLE color: 9900458.

HSL color Cylindrical-coordinate representation of color #AA1197: hue angle of 307.45º 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 #AA1197 is Cyan = 0, Magento = 0.9, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 151 -
CMYK 0 0.9 0.11 0.33
HSL 307.45º 0.82% 0.37% -
HSV(B) 307.45º 0.9% 0.67% -
XYZ 22.36 11.18 30.26 -
YUV 78.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 170 17 151 0 0.9 0.11 0.33 307.45 0.82 0.37
Hex AA 11 97 0 5A B 21 133 52 25
Octal 252 21 227 0 132 13 41 463 122 45
Binary 10101010 10001 10010111 0 1011010 1011 100001 100110011 1010010 100101

Color Harmonies of #AA1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1197

Black with #AA1197

Text Example


Text Example

White with #AA1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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