Html Css Color HEX #AC13AA Dark Magenta

📋 copy color: '#AC13AA'

red 172 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #AC13AA

Tints of Dark Magenta #AC13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

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

R = 47.65%
G = 5.26%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC13AA (or 0xAC13AA) is known color: Dark Magenta. HEX triplet: AC, 13 and AA. RGB value is (172,19,170). Sum of RGB (Red+Green+Blue) = 172+19+170=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC13AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13AA is #53EC55. Grayscale: #515151. Windows color (decimal): -5499990 or 11146156. OLE color: 11146156.

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

Color convert

RGB 172 19 170 -
CMYK 0 0.89 0.01 0.33
HSL 300.78º 0.8% 0.37% -
HSV(B) 300.78º 0.89% 0.67% -
XYZ 24.5 12.14 39.08 -
YUV 81.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 172 19 170 0 0.89 0.01 0.33 300.78 0.8 0.37
Hex AC 13 AA 0 59 1 21 12D 50 25
Octal 254 23 252 0 131 1 41 455 120 45
Binary 10101100 10011 10101010 0 1011001 1 100001 100101101 1010000 100101

Color Harmonies of #AC13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13AA

Black with #AC13AA

Text Example


Text Example

White with #AC13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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