Html Css Color HEX #AC01AD Deep Magenta

📋 copy color: '#AC01AD'

red 172 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #AC01AD

Tints of Deep Magenta #AC01AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 49.71%
G = 0.29%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC01AD (or 0xAC01AD) is known color: Deep Magenta. HEX triplet: AC, 01 and AD. RGB value is (172,1,173). Sum of RGB (Red+Green+Blue) = 172+1+173=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC01AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01AD is #53FE52. Grayscale: #474747. Windows color (decimal): -5504595 or 11338156. OLE color: 11338156.

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

Color convert

RGB 172 1 173 -
CMYK 0.01 0.99 0 0.32
HSL 299.65º 0.99% 0.34% -
HSV(B) 299.65º 0.99% 0.68% -
XYZ 24.57 11.81 40.52 -
YUV 71.74 185.15 199.51 -
System Red Green Blue C M Y K H S L
Decimal 172 1 173 0.01 0.99 0 0.32 299.65 0.99 0.34
Hex AC 1 AD 1 63 0 20 12C 63 22
Octal 254 1 255 1 143 0 40 454 143 42
Binary 10101100 1 10101101 1 1100011 0 100000 100101100 1100011 100010

Color Harmonies of #AC01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01AD

Black with #AC01AD

Text Example


Text Example

White with #AC01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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