Html Css Color HEX #AA169B Dark Magenta

📋 copy color: '#AA169B'

red 170 ◦ green 22 ◦ blue 155

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

Shades of Dark Magenta #AA169B

Tints of Dark Magenta #AA169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 48.99%
G = 6.34%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA169B (or 0xAA169B) is known color: Dark Magenta. HEX triplet: AA, 16 and 9B. RGB value is (170,22,155). Sum of RGB (Red+Green+Blue) = 170+22+155=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA169B is #55E964. Grayscale: #515151. Windows color (decimal): -5630309 or 10163882. OLE color: 10163882.

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

Color convert

RGB 170 22 155 -
CMYK 0 0.87 0.09 0.33
HSL 306.08º 0.77% 0.38% -
HSV(B) 306.08º 0.87% 0.67% -
XYZ 22.78 11.49 32.03 -
YUV 81.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 170 22 155 0 0.87 0.09 0.33 306.08 0.77 0.38
Hex AA 16 9B 0 57 9 21 132 4D 26
Octal 252 26 233 0 127 11 41 462 115 46
Binary 10101010 10110 10011011 0 1010111 1001 100001 100110010 1001101 100110

Color Harmonies of #AA169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA169B

Black with #AA169B

Text Example


Text Example

White with #AA169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA169B; }

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

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

background-color css

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

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

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

border-color css

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

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

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