Html Css Color HEX #AC11AA Dark Magenta

📋 copy color: '#AC11AA'

red 172 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #AC11AA

Tints of Dark Magenta #AC11AA

RGB

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

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

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

R = 47.91%
G = 4.74%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC11AA (or 0xAC11AA) is known color: Dark Magenta. HEX triplet: AC, 11 and AA. RGB value is (172,17,170). Sum of RGB (Red+Green+Blue) = 172+17+170=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC11AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11AA is #53EE55. Grayscale: #505050. Windows color (decimal): -5500502 or 11145644. OLE color: 11145644.

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

Color convert

RGB 172 17 170 -
CMYK 0 0.90 0.01 0.33
HSL 300.77º 0.82% 0.37% -
HSV(B) 300.77º 0.9% 0.67% -
XYZ 24.47 12.07 39.07 -
YUV 80.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 172 17 170 0 0.90 0.01 0.33 300.77 0.82 0.37
Hex AC 11 AA 0 5A 1 21 12D 52 25
Octal 254 21 252 0 132 1 41 455 122 45
Binary 10101100 10001 10101010 0 1011010 1 100001 100101101 1010010 100101

Color Harmonies of #AC11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC11AA

Black with #AC11AA

Text Example


Text Example

White with #AC11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC11AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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