Html Css Color HEX #AA139F Dark Magenta

📋 copy color: '#AA139F'

red 170 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #AA139F

Tints of Dark Magenta #AA139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 48.85%
G = 5.46%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA139F (or 0xAA139F) is known color: Dark Magenta. HEX triplet: AA, 13 and 9F. RGB value is (170,19,159). Sum of RGB (Red+Green+Blue) = 170+19+159=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA139F is #55EC60. Grayscale: #4F4F4F. Windows color (decimal): -5631073 or 10425258. OLE color: 10425258.

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

Color convert

RGB 170 19 159 -
CMYK 0 0.89 0.06 0.33
HSL 304.37º 0.8% 0.37% -
HSV(B) 304.37º 0.89% 0.67% -
XYZ 23.07 11.52 33.81 -
YUV 80.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 170 19 159 0 0.89 0.06 0.33 304.37 0.8 0.37
Hex AA 13 9F 0 59 6 21 130 50 25
Octal 252 23 237 0 131 6 41 460 120 45
Binary 10101010 10011 10011111 0 1011001 110 100001 100110000 1010000 100101

Color Harmonies of #AA139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA139F

Black with #AA139F

Text Example


Text Example

White with #AA139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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