Html Css Color HEX #AA169A Dark Magenta

📋 copy color: '#AA169A'

red 170 ◦ green 22 ◦ blue 154

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

Shades of Dark Magenta #AA169A

Tints of Dark Magenta #AA169A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 49.13%
G = 6.36%
B = 44.51%

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

#AA169A (or 0xAA169A) is known color: Dark Magenta. HEX triplet: AA, 16 and 9A. RGB value is (170,22,154). Sum of RGB (Red+Green+Blue) = 170+22+154=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA169A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA169A is #55E965. Grayscale: #505050. Windows color (decimal): -5630310 or 10098346. OLE color: 10098346.

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

Color convert

RGB 170 22 154 -
CMYK 0 0.87 0.09 0.33
HSL 306.49º 0.77% 0.38% -
HSV(B) 306.49º 0.87% 0.67% -
XYZ 22.7 11.45 31.59 -
YUV 81.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 170 22 154 0 0.87 0.09 0.33 306.49 0.77 0.38
Hex AA 16 9A 0 57 9 21 132 4D 26
Octal 252 26 232 0 127 11 41 462 115 46
Binary 10101010 10110 10011010 0 1010111 1001 100001 100110010 1001101 100110

Color Harmonies of #AA169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA169A

Black with #AA169A

Text Example


Text Example

White with #AA169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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