Html Css Color HEX #AC12AC Deep Magenta

📋 copy color: '#AC12AC'

red 172 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #AC12AC

Tints of Deep Magenta #AC12AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

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

R = 47.51%
G = 4.97%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC12AC (or 0xAC12AC) is known color: Deep Magenta. HEX triplet: AC, 12 and AC. RGB value is (172,18,172). Sum of RGB (Red+Green+Blue) = 172+18+172=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC12AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12AC is #53ED53. Grayscale: #515151. Windows color (decimal): -5500244 or 11276972. OLE color: 11276972.

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

Color convert

RGB 172 18 172 -
CMYK 0 0.90 0 0.33
HSL 300º 0.81% 0.37% -
HSV(B) 300º 0.9% 0.67% -
XYZ 24.68 12.18 40.08 -
YUV 81.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 172 18 172 0 0.90 0 0.33 300 0.81 0.37
Hex AC 12 AC 0 5A 0 21 12C 51 25
Octal 254 22 254 0 132 0 41 454 121 45
Binary 10101100 10010 10101100 0 1011010 0 100001 100101100 1010001 100101

Color Harmonies of #AC12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12AC

Black with #AC12AC

Text Example


Text Example

White with #AC12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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