Html Css Color HEX #AA159F Dark Magenta

📋 copy color: '#AA159F'

red 170 ◦ green 21 ◦ blue 159

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

Shades of Dark Magenta #AA159F

Tints of Dark Magenta #AA159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

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

R = 48.57%
G = 6%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA159F (or 0xAA159F) is known color: Dark Magenta. HEX triplet: AA, 15 and 9F. RGB value is (170,21,159). Sum of RGB (Red+Green+Blue) = 170+21+159=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA159F is #55EA60. Grayscale: #505050. Windows color (decimal): -5630561 or 10425770. OLE color: 10425770.

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

Color convert

RGB 170 21 159 -
CMYK 0 0.88 0.06 0.33
HSL 304.43º 0.78% 0.37% -
HSV(B) 304.43º 0.88% 0.67% -
XYZ 23.1 11.59 33.82 -
YUV 81.28 171.86 191.28 -
System Red Green Blue C M Y K H S L
Decimal 170 21 159 0 0.88 0.06 0.33 304.43 0.78 0.37
Hex AA 15 9F 0 58 6 21 130 4E 25
Octal 252 25 237 0 130 6 41 460 116 45
Binary 10101010 10101 10011111 0 1011000 110 100001 100110000 1001110 100101

Color Harmonies of #AA159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA159F

Black with #AA159F

Text Example


Text Example

White with #AA159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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