Html Css Color HEX #AC14AC Deep Magenta

📋 copy color: '#AC14AC'

red 172 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #AC14AC

Tints of Deep Magenta #AC14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.49%

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

R = 47.25%
G = 5.49%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC14AC (or 0xAC14AC) is known color: Deep Magenta. HEX triplet: AC, 14 and AC. RGB value is (172,20,172). Sum of RGB (Red+Green+Blue) = 172+20+172=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC14AC is #53EB53. Grayscale: #525252. Windows color (decimal): -5499732 or 11277484. OLE color: 11277484.

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

Color convert

RGB 172 20 172 -
CMYK 0 0.88 0 0.33
HSL 300º 0.79% 0.38% -
HSV(B) 300º 0.88% 0.67% -
XYZ 24.71 12.25 40.09 -
YUV 82.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 172 20 172 0 0.88 0 0.33 300 0.79 0.38
Hex AC 14 AC 0 58 0 21 12C 4F 26
Octal 254 24 254 0 130 0 41 454 117 46
Binary 10101100 10100 10101100 0 1011000 0 100001 100101100 1001111 100110

Color Harmonies of #AC14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC14AC

Black with #AC14AC

Text Example


Text Example

White with #AC14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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