Html Css Color HEX #AC15AA Dark Magenta

📋 copy color: '#AC15AA'

red 172 ◦ green 21 ◦ blue 170

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

Shades of Dark Magenta #AC15AA

Tints of Dark Magenta #AC15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 47.38%
G = 5.79%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC15AA (or 0xAC15AA) is known color: Dark Magenta. HEX triplet: AC, 15 and AA. RGB value is (172,21,170). Sum of RGB (Red+Green+Blue) = 172+21+170=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC15AA is #53EA55. Grayscale: #525252. Windows color (decimal): -5499478 or 11146668. OLE color: 11146668.

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

Color convert

RGB 172 21 170 -
CMYK 0 0.88 0.01 0.33
HSL 300.79º 0.78% 0.38% -
HSV(B) 300.79º 0.88% 0.67% -
XYZ 24.54 12.21 39.09 -
YUV 83.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 172 21 170 0 0.88 0.01 0.33 300.79 0.78 0.38
Hex AC 15 AA 0 58 1 21 12D 4E 26
Octal 254 25 252 0 130 1 41 455 116 46
Binary 10101100 10101 10101010 0 1011000 1 100001 100101101 1001110 100110

Color Harmonies of #AC15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15AA

Black with #AC15AA

Text Example


Text Example

White with #AC15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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