Html Css Color HEX #AA159D Dark Magenta

📋 copy color: '#AA159D'

red 170 ◦ green 21 ◦ blue 157

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

Shades of Dark Magenta #AA159D

Tints of Dark Magenta #AA159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 48.85%
G = 6.03%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA159D (or 0xAA159D) is known color: Dark Magenta. HEX triplet: AA, 15 and 9D. RGB value is (170,21,157). Sum of RGB (Red+Green+Blue) = 170+21+157=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA159D is #55EA62. Grayscale: #505050. Windows color (decimal): -5630563 or 10294698. OLE color: 10294698.

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

Color convert

RGB 170 21 157 -
CMYK 0 0.88 0.08 0.33
HSL 305.23º 0.78% 0.37% -
HSV(B) 305.23º 0.88% 0.67% -
XYZ 22.93 11.52 32.91 -
YUV 81.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 170 21 157 0 0.88 0.08 0.33 305.23 0.78 0.37
Hex AA 15 9D 0 58 8 21 131 4E 25
Octal 252 25 235 0 130 10 41 461 116 45
Binary 10101010 10101 10011101 0 1011000 1000 100001 100110001 1001110 100101

Color Harmonies of #AA159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA159D

Black with #AA159D

Text Example


Text Example

White with #AA159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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