Html Css Color HEX #AA139E Dark Magenta

📋 copy color: '#AA139E'

red 170 ◦ green 19 ◦ blue 158

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

Shades of Dark Magenta #AA139E

Tints of Dark Magenta #AA139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 48.99%
G = 5.48%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA139E (or 0xAA139E) is known color: Dark Magenta. HEX triplet: AA, 13 and 9E. RGB value is (170,19,158). Sum of RGB (Red+Green+Blue) = 170+19+158=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA139E is #55EC61. Grayscale: #4F4F4F. Windows color (decimal): -5631074 or 10359722. OLE color: 10359722.

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

Color convert

RGB 170 19 158 -
CMYK 0 0.89 0.07 0.33
HSL 304.77º 0.8% 0.37% -
HSV(B) 304.77º 0.89% 0.67% -
XYZ 22.98 11.48 33.35 -
YUV 80 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 170 19 158 0 0.89 0.07 0.33 304.77 0.8 0.37
Hex AA 13 9E 0 59 7 21 131 50 25
Octal 252 23 236 0 131 7 41 461 120 45
Binary 10101010 10011 10011110 0 1011001 111 100001 100110001 1010000 100101

Color Harmonies of #AA139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA139E

Black with #AA139E

Text Example


Text Example

White with #AA139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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