Html Css Color HEX #AC15AC Deep Magenta

📋 copy color: '#AC15AC'

red 172 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #AC15AC

Tints of Deep Magenta #AC15AC

RGB

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

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

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

R = 47.12%
G = 5.75%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC15AC (or 0xAC15AC) is known color: Deep Magenta. HEX triplet: AC, 15 and AC. RGB value is (172,21,172). Sum of RGB (Red+Green+Blue) = 172+21+172=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC15AC is #53EA53. Grayscale: #525252. Windows color (decimal): -5499476 or 11277740. OLE color: 11277740.

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

Color convert

RGB 172 21 172 -
CMYK 0 0.88 0 0.33
HSL 300º 0.78% 0.38% -
HSV(B) 300º 0.88% 0.67% -
XYZ 24.73 12.29 40.1 -
YUV 83.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 172 21 172 0 0.88 0 0.33 300 0.78 0.38
Hex AC 15 AC 0 58 0 21 12C 4E 26
Octal 254 25 254 0 130 0 41 454 116 46
Binary 10101100 10101 10101100 0 1011000 0 100001 100101100 1001110 100110

Color Harmonies of #AC15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15AC

Black with #AC15AC

Text Example


Text Example

White with #AC15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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