Html Css Color HEX #AC0CAC Deep Magenta

📋 copy color: '#AC0CAC'

red 172 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #AC0CAC

Tints of Deep Magenta #AC0CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.37%

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

R = 48.31%
G = 3.37%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC0CAC (or 0xAC0CAC) is known color: Deep Magenta. HEX triplet: AC, 0C and AC. RGB value is (172,12,172). Sum of RGB (Red+Green+Blue) = 172+12+172=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CAC is #53F353. Grayscale: #4D4D4D. Windows color (decimal): -5501780 or 11275436. OLE color: 11275436.

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

Color convert

RGB 172 12 172 -
CMYK 0 0.93 0 0.33
HSL 300º 0.87% 0.36% -
HSV(B) 300º 0.93% 0.67% -
XYZ 24.59 12.01 40.05 -
YUV 78.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 172 12 172 0 0.93 0 0.33 300 0.87 0.36
Hex AC C AC 0 5D 0 21 12C 57 24
Octal 254 14 254 0 135 0 41 454 127 44
Binary 10101100 1100 10101100 0 1011101 0 100001 100101100 1010111 100100

Color Harmonies of #AC0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CAC

Black with #AC0CAC

Text Example


Text Example

White with #AC0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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