Html Css Color HEX #AC05AC Deep Magenta

📋 copy color: '#AC05AC'

red 172 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #AC05AC

Tints of Deep Magenta #AC05AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

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

R = 49.28%
G = 1.43%
B = 49.28%

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

#AC05AC (or 0xAC05AC) is known color: Deep Magenta. HEX triplet: AC, 05 and AC. RGB value is (172,5,172). Sum of RGB (Red+Green+Blue) = 172+5+172=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC05AC is #53FA53. Grayscale: #494949. Windows color (decimal): -5503572 or 11273644. OLE color: 11273644.

HSL color Cylindrical-coordinate representation of color #AC05AC: hue angle of 300º degrees, saturation: 0.94, 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 #AC05AC is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 172 -
CMYK 0 0.97 0 0.33
HSL 300º 0.94% 0.35% -
HSV(B) 300º 0.97% 0.67% -
XYZ 24.51 11.86 40.03 -
YUV 73.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 172 5 172 0 0.97 0 0.33 300 0.94 0.35
Hex AC 5 AC 0 61 0 21 12C 5E 23
Octal 254 5 254 0 141 0 41 454 136 43
Binary 10101100 101 10101100 0 1100001 0 100001 100101100 1011110 100011

Color Harmonies of #AC05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05AC

Black with #AC05AC

Text Example


Text Example

White with #AC05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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