Html Css Color HEX #AA129D Dark Magenta

📋 copy color: '#AA129D'

red 170 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #AA129D

Tints of Dark Magenta #AA129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

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

R = 49.28%
G = 5.22%
B = 45.51%

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

#AA129D (or 0xAA129D) is known color: Dark Magenta. HEX triplet: AA, 12 and 9D. RGB value is (170,18,157). Sum of RGB (Red+Green+Blue) = 170+18+157=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA129D is #55ED62. Grayscale: #4E4E4E. Windows color (decimal): -5631331 or 10293930. OLE color: 10293930.

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

Color convert

RGB 170 18 157 -
CMYK 0 0.89 0.08 0.33
HSL 305.13º 0.81% 0.37% -
HSV(B) 305.13º 0.89% 0.67% -
XYZ 22.88 11.41 32.9 -
YUV 79.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 170 18 157 0 0.89 0.08 0.33 305.13 0.81 0.37
Hex AA 12 9D 0 59 8 21 131 51 25
Octal 252 22 235 0 131 10 41 461 121 45
Binary 10101010 10010 10011101 0 1011001 1000 100001 100110001 1010001 100101

Color Harmonies of #AA129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA129D

Black with #AA129D

Text Example


Text Example

White with #AA129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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