Html Css Color HEX #AC07AC Deep Magenta

📋 copy color: '#AC07AC'

red 172 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #AC07AC

Tints of Deep Magenta #AC07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

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

R = 49%
G = 1.99%
B = 49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC07AC (or 0xAC07AC) is known color: Deep Magenta. HEX triplet: AC, 07 and AC. RGB value is (172,7,172). Sum of RGB (Red+Green+Blue) = 172+7+172=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC07AC is #53F853. Grayscale: #4A4A4A. Windows color (decimal): -5503060 or 11274156. OLE color: 11274156.

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

Color convert

RGB 172 7 172 -
CMYK 0 0.96 0 0.33
HSL 300º 0.92% 0.35% -
HSV(B) 300º 0.96% 0.67% -
XYZ 24.54 11.9 40.03 -
YUV 75.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 172 7 172 0 0.96 0 0.33 300 0.92 0.35
Hex AC 7 AC 0 60 0 21 12C 5C 23
Octal 254 7 254 0 140 0 41 454 134 43
Binary 10101100 111 10101100 0 1100000 0 100001 100101100 1011100 100011

Color Harmonies of #AC07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07AC

Black with #AC07AC

Text Example


Text Example

White with #AC07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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