Html Css Color HEX #AA169D Dark Magenta

📋 copy color: '#AA169D'

red 170 ◦ green 22 ◦ blue 157

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

Shades of Dark Magenta #AA169D

Tints of Dark Magenta #AA169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.3%

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

R = 48.71%
G = 6.3%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA169D (or 0xAA169D) is known color: Dark Magenta. HEX triplet: AA, 16 and 9D. RGB value is (170,22,157). Sum of RGB (Red+Green+Blue) = 170+22+157=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA169D is #55E962. Grayscale: #515151. Windows color (decimal): -5630307 or 10294954. OLE color: 10294954.

HSL color Cylindrical-coordinate representation of color #AA169D: hue angle of 305.27º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA169D is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 157 -
CMYK 0 0.87 0.08 0.33
HSL 305.27º 0.77% 0.38% -
HSV(B) 305.27º 0.87% 0.67% -
XYZ 22.95 11.55 32.92 -
YUV 81.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 170 22 157 0 0.87 0.08 0.33 305.27 0.77 0.38
Hex AA 16 9D 0 57 8 21 131 4D 26
Octal 252 26 235 0 127 10 41 461 115 46
Binary 10101010 10110 10011101 0 1010111 1000 100001 100110001 1001101 100110

Color Harmonies of #AA169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA169D

Black with #AA169D

Text Example


Text Example

White with #AA169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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