Html Css Color HEX #AC11AC Deep Magenta

📋 copy color: '#AC11AC'

red 172 ◦ green 17 ◦ blue 172

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

Shades of Deep Magenta #AC11AC

Tints of Deep Magenta #AC11AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.71%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 47.65%
G = 4.71%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC11AC (or 0xAC11AC) is known color: Deep Magenta. HEX triplet: AC, 11 and AC. RGB value is (172,17,172). Sum of RGB (Red+Green+Blue) = 172+17+172=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC11AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11AC is #53EE53. Grayscale: #505050. Windows color (decimal): -5500500 or 11276716. OLE color: 11276716.

HSL color Cylindrical-coordinate representation of color #AC11AC: hue angle of 300º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC11AC is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 172 -
CMYK 0 0.90 0 0.33
HSL 300º 0.82% 0.37% -
HSV(B) 300º 0.9% 0.67% -
XYZ 24.66 12.15 40.08 -
YUV 81.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 172 17 172 0 0.90 0 0.33 300 0.82 0.37
Hex AC 11 AC 0 5A 0 21 12C 52 25
Octal 254 21 254 0 132 0 41 454 122 45
Binary 10101100 10001 10101100 0 1011010 0 100001 100101100 1010010 100101

Color Harmonies of #AC11AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11AC

Black with #AC11AC

Text Example


Text Example

White with #AC11AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11AC; }

 p { color: rgb(172,17,172); }

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

background-color css

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

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

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

border-color css

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

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

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