Html Css Color HEX #AC06AC Deep Magenta

📋 copy color: '#AC06AC'

red 172 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #AC06AC

Tints of Deep Magenta #AC06AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 49.14%
G = 1.71%
B = 49.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC06AC (or 0xAC06AC) is known color: Deep Magenta. HEX triplet: AC, 06 and AC. RGB value is (172,6,172). Sum of RGB (Red+Green+Blue) = 172+6+172=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC06AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC06AC is #53F953. Grayscale: #4A4A4A. Windows color (decimal): -5503316 or 11273900. OLE color: 11273900.

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

Color convert

RGB 172 6 172 -
CMYK 0 0.97 0 0.33
HSL 300º 0.93% 0.35% -
HSV(B) 300º 0.97% 0.67% -
XYZ 24.52 11.88 40.03 -
YUV 74.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 172 6 172 0 0.97 0 0.33 300 0.93 0.35
Hex AC 6 AC 0 61 0 21 12C 5D 23
Octal 254 6 254 0 141 0 41 454 135 43
Binary 10101100 110 10101100 0 1100001 0 100001 100101100 1011101 100011

Color Harmonies of #AC06AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC06AC

Black with #AC06AC

Text Example


Text Example

White with #AC06AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC06AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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