Html Css Color HEX #AA119C Dark Magenta

📋 copy color: '#AA119C'

red 170 ◦ green 17 ◦ blue 156

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

Shades of Dark Magenta #AA119C

Tints of Dark Magenta #AA119C

RGB

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

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

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

R = 49.56%
G = 4.96%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA119C (or 0xAA119C) is known color: Dark Magenta. HEX triplet: AA, 11 and 9C. RGB value is (170,17,156). Sum of RGB (Red+Green+Blue) = 170+17+156=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA119C is #55EE63. Grayscale: #4E4E4E. Windows color (decimal): -5631588 or 10228138. OLE color: 10228138.

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

Color convert

RGB 170 17 156 -
CMYK 0 0.9 0.08 0.33
HSL 305.49º 0.82% 0.37% -
HSV(B) 305.49º 0.9% 0.67% -
XYZ 22.78 11.35 32.44 -
YUV 78.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 170 17 156 0 0.9 0.08 0.33 305.49 0.82 0.37
Hex AA 11 9C 0 5A 8 21 131 52 25
Octal 252 21 234 0 132 10 41 461 122 45
Binary 10101010 10001 10011100 0 1011010 1000 100001 100110001 1010010 100101

Color Harmonies of #AA119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA119C

Black with #AA119C

Text Example


Text Example

White with #AA119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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