Html Css Color HEX #AC13AD Deep Magenta

📋 copy color: '#AC13AD'

red 172 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #AC13AD

Tints of Deep Magenta #AC13AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.22%

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 47.25%
G = 5.22%
B = 47.53%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC13AD (or 0xAC13AD) is known color: Deep Magenta. HEX triplet: AC, 13 and AD. RGB value is (172,19,173). Sum of RGB (Red+Green+Blue) = 172+19+173=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC13AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13AD is #53EC52. Grayscale: #515151. Windows color (decimal): -5499987 or 11342764. OLE color: 11342764.

HSL color Cylindrical-coordinate representation of color #AC13AD: hue angle of 299.61º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC13AD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 19 173 -
CMYK 0.01 0.89 0 0.32
HSL 299.61º 0.8% 0.38% -
HSV(B) 299.61º 0.89% 0.68% -
XYZ 24.79 12.25 40.59 -
YUV 82.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 172 19 173 0.01 0.89 0 0.32 299.61 0.8 0.38
Hex AC 13 AD 1 59 0 20 12C 50 26
Octal 254 23 255 1 131 0 40 454 120 46
Binary 10101100 10011 10101101 1 1011001 0 100000 100101100 1010000 100110

Color Harmonies of #AC13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13AD

Black with #AC13AD

Text Example


Text Example

White with #AC13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13AD; }

 p { color: rgb(172,19,173); }

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

background-color css

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

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

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

border-color css

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

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

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