Html Css Color HEX #AC13AC Deep Magenta

📋 copy color: '#AC13AC'

red 172 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #AC13AC

Tints of Deep Magenta #AC13AC

RGB

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

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

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

R = 47.38%
G = 5.23%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC13AC (or 0xAC13AC) is known color: Deep Magenta. HEX triplet: AC, 13 and AC. RGB value is (172,19,172). Sum of RGB (Red+Green+Blue) = 172+19+172=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC13AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13AC is #53EC53. Grayscale: #515151. Windows color (decimal): -5499988 or 11277228. OLE color: 11277228.

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

Color convert

RGB 172 19 172 -
CMYK 0 0.89 0 0.33
HSL 300º 0.8% 0.37% -
HSV(B) 300º 0.89% 0.67% -
XYZ 24.69 12.21 40.09 -
YUV 82.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 172 19 172 0 0.89 0 0.33 300 0.8 0.37
Hex AC 13 AC 0 59 0 21 12C 50 25
Octal 254 23 254 0 131 0 41 454 120 45
Binary 10101100 10011 10101100 0 1011001 0 100001 100101100 1010000 100101

Color Harmonies of #AC13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13AC

Black with #AC13AC

Text Example


Text Example

White with #AC13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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