Html Css Color HEX #AC16AA Dark Magenta

📋 copy color: '#AC16AA'

red 172 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #AC16AA

Tints of Dark Magenta #AC16AA

RGB

 RED value IS 172 (67.58% from 255) = 47.25%

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 47.25%
G = 6.04%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC16AA (or 0xAC16AA) is known color: Dark Magenta. HEX triplet: AC, 16 and AA. RGB value is (172,22,170). Sum of RGB (Red+Green+Blue) = 172+22+170=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16AA is #53E955. Grayscale: #535353. Windows color (decimal): -5499222 or 11146924. OLE color: 11146924.

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

Color convert

RGB 172 22 170 -
CMYK 0 0.87 0.01 0.33
HSL 300.8º 0.77% 0.38% -
HSV(B) 300.8º 0.87% 0.67% -
XYZ 24.56 12.25 39.1 -
YUV 83.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 172 22 170 0 0.87 0.01 0.33 300.8 0.77 0.38
Hex AC 16 AA 0 57 1 21 12D 4D 26
Octal 254 26 252 0 127 1 41 455 115 46
Binary 10101100 10110 10101010 0 1010111 1 100001 100101101 1001101 100110

Color Harmonies of #AC16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16AA

Black with #AC16AA

Text Example


Text Example

White with #AC16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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