Html Css Color HEX #AC04AC Deep Magenta

📋 copy color: '#AC04AC'

red 172 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #AC04AC

Tints of Deep Magenta #AC04AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 49.43%
G = 1.15%
B = 49.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC04AC (or 0xAC04AC) is known color: Deep Magenta. HEX triplet: AC, 04 and AC. RGB value is (172,4,172). Sum of RGB (Red+Green+Blue) = 172+4+172=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC04AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC04AC is #53FB53. Grayscale: #484848. Windows color (decimal): -5503828 or 11273388. OLE color: 11273388.

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

Color convert

RGB 172 4 172 -
CMYK 0 0.98 0 0.33
HSL 300º 0.95% 0.35% -
HSV(B) 300º 0.98% 0.67% -
XYZ 24.5 11.84 40.02 -
YUV 73.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 172 4 172 0 0.98 0 0.33 300 0.95 0.35
Hex AC 4 AC 0 62 0 21 12C 5F 23
Octal 254 4 254 0 142 0 41 454 137 43
Binary 10101100 100 10101100 0 1100010 0 100001 100101100 1011111 100011

Color Harmonies of #AC04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04AC

Black with #AC04AC

Text Example


Text Example

White with #AC04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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