Html Css Color HEX #AC15A6 Dark Magenta

📋 copy color: '#AC15A6'

red 172 ◦ green 21 ◦ blue 166

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

Shades of Dark Magenta #AC15A6

Tints of Dark Magenta #AC15A6

RGB

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

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

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

R = 47.91%
G = 5.85%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC15A6 (or 0xAC15A6) is known color: Dark Magenta. HEX triplet: AC, 15 and A6. RGB value is (172,21,166). Sum of RGB (Red+Green+Blue) = 172+21+166=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC15A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC15A6 is #53EA59. Grayscale: #525252. Windows color (decimal): -5499482 or 10884524. OLE color: 10884524.

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

Color convert

RGB 172 21 166 -
CMYK 0 0.88 0.03 0.33
HSL 302.38º 0.78% 0.38% -
HSV(B) 302.38º 0.88% 0.67% -
XYZ 24.16 12.06 37.13 -
YUV 82.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 172 21 166 0 0.88 0.03 0.33 302.38 0.78 0.38
Hex AC 15 A6 0 58 3 21 12E 4E 26
Octal 254 25 246 0 130 3 41 456 116 46
Binary 10101100 10101 10100110 0 1011000 11 100001 100101110 1001110 100110

Color Harmonies of #AC15A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15A6

Black with #AC15A6

Text Example


Text Example

White with #AC15A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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