Html Css Color HEX #AC02AC Deep Magenta

📋 copy color: '#AC02AC'

red 172 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #AC02AC

Tints of Deep Magenta #AC02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 49.71%
G = 0.58%
B = 49.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC02AC (or 0xAC02AC) is known color: Deep Magenta. HEX triplet: AC, 02 and AC. RGB value is (172,2,172). Sum of RGB (Red+Green+Blue) = 172+2+172=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02AC is #53FD53. Grayscale: #474747. Windows color (decimal): -5504340 or 11272876. OLE color: 11272876.

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

Color convert

RGB 172 2 172 -
CMYK 0 0.99 0 0.33
HSL 300º 0.98% 0.34% -
HSV(B) 300º 0.99% 0.67% -
XYZ 24.48 11.79 40.02 -
YUV 72.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 172 2 172 0 0.99 0 0.33 300 0.98 0.34
Hex AC 2 AC 0 63 0 21 12C 62 22
Octal 254 2 254 0 143 0 41 454 142 42
Binary 10101100 10 10101100 0 1100011 0 100001 100101100 1100010 100010

Color Harmonies of #AC02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02AC

Black with #AC02AC

Text Example


Text Example

White with #AC02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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