Html Css Color HEX #AC0DAC Deep Magenta

📋 copy color: '#AC0DAC'

red 172 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #AC0DAC

Tints of Deep Magenta #AC0DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.64%

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

R = 48.18%
G = 3.64%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC0DAC (or 0xAC0DAC) is known color: Deep Magenta. HEX triplet: AC, 0D and AC. RGB value is (172,13,172). Sum of RGB (Red+Green+Blue) = 172+13+172=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DAC is #53F253. Grayscale: #4E4E4E. Windows color (decimal): -5501524 or 11275692. OLE color: 11275692.

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

Color convert

RGB 172 13 172 -
CMYK 0 0.92 0 0.33
HSL 300º 0.86% 0.36% -
HSV(B) 300º 0.92% 0.67% -
XYZ 24.6 12.04 40.06 -
YUV 78.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 172 13 172 0 0.92 0 0.33 300 0.86 0.36
Hex AC D AC 0 5C 0 21 12C 56 24
Octal 254 15 254 0 134 0 41 454 126 44
Binary 10101100 1101 10101100 0 1011100 0 100001 100101100 1010110 100100

Color Harmonies of #AC0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DAC

Black with #AC0DAC

Text Example


Text Example

White with #AC0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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