Html Css Color HEX #AA169C Dark Magenta

📋 copy color: '#AA169C'

red 170 ◦ green 22 ◦ blue 156

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

Shades of Dark Magenta #AA169C

Tints of Dark Magenta #AA169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 48.85%
G = 6.32%
B = 44.83%

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

#AA169C (or 0xAA169C) is known color: Dark Magenta. HEX triplet: AA, 16 and 9C. RGB value is (170,22,156). Sum of RGB (Red+Green+Blue) = 170+22+156=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA169C is #55E963. Grayscale: #515151. Windows color (decimal): -5630308 or 10229418. OLE color: 10229418.

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

Color convert

RGB 170 22 156 -
CMYK 0 0.87 0.08 0.33
HSL 305.68º 0.77% 0.38% -
HSV(B) 305.68º 0.87% 0.67% -
XYZ 22.87 11.52 32.47 -
YUV 81.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 170 22 156 0 0.87 0.08 0.33 305.68 0.77 0.38
Hex AA 16 9C 0 57 8 21 132 4D 26
Octal 252 26 234 0 127 10 41 462 115 46
Binary 10101010 10110 10011100 0 1010111 1000 100001 100110010 1001101 100110

Color Harmonies of #AA169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA169C

Black with #AA169C

Text Example


Text Example

White with #AA169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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