Html Css Color HEX #AA139C Dark Magenta

📋 copy color: '#AA139C'

red 170 ◦ green 19 ◦ blue 156

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

Shades of Dark Magenta #AA139C

Tints of Dark Magenta #AA139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

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

R = 49.28%
G = 5.51%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA139C (or 0xAA139C) is known color: Dark Magenta. HEX triplet: AA, 13 and 9C. RGB value is (170,19,156). Sum of RGB (Red+Green+Blue) = 170+19+156=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA139C is #55EC63. Grayscale: #4F4F4F. Windows color (decimal): -5631076 or 10228650. OLE color: 10228650.

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

Color convert

RGB 170 19 156 -
CMYK 0 0.89 0.08 0.33
HSL 305.56º 0.8% 0.37% -
HSV(B) 305.56º 0.89% 0.67% -
XYZ 22.81 11.41 32.45 -
YUV 79.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 170 19 156 0 0.89 0.08 0.33 305.56 0.8 0.37
Hex AA 13 9C 0 59 8 21 132 50 25
Octal 252 23 234 0 131 10 41 462 120 45
Binary 10101010 10011 10011100 0 1011001 1000 100001 100110010 1010000 100101

Color Harmonies of #AA139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA139C

Black with #AA139C

Text Example


Text Example

White with #AA139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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