Html Css Color HEX #AC16A6 Dark Magenta

📋 copy color: '#AC16A6'

red 172 ◦ green 22 ◦ blue 166

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

Shades of Dark Magenta #AC16A6

Tints of Dark Magenta #AC16A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 47.78%
G = 6.11%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC16A6 (or 0xAC16A6) is known color: Dark Magenta. HEX triplet: AC, 16 and A6. RGB value is (172,22,166). Sum of RGB (Red+Green+Blue) = 172+22+166=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC16A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16A6 is #53E959. Grayscale: #525252. Windows color (decimal): -5499226 or 10884780. OLE color: 10884780.

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

Color convert

RGB 172 22 166 -
CMYK 0 0.87 0.03 0.33
HSL 302.4º 0.77% 0.38% -
HSV(B) 302.4º 0.87% 0.67% -
XYZ 24.18 12.1 37.14 -
YUV 83.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 172 22 166 0 0.87 0.03 0.33 302.4 0.77 0.38
Hex AC 16 A6 0 57 3 21 12E 4D 26
Octal 254 26 246 0 127 3 41 456 115 46
Binary 10101100 10110 10100110 0 1010111 11 100001 100101110 1001101 100110

Color Harmonies of #AC16A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16A6

Black with #AC16A6

Text Example


Text Example

White with #AC16A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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