Html Css Color HEX #AD01AC Deep Magenta

📋 copy color: '#AD01AC'

red 173 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #AD01AC

Tints of Deep Magenta #AD01AC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AD01AC: hue angle of 300.35º 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 #AD01AC is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 172 -
CMYK 0 0.99 0.01 0.32
HSL 300.35º 0.99% 0.34% -
HSV(B) 300.35º 0.99% 0.68% -
XYZ 24.69 11.88 40.02 -
YUV 71.92 184.48 200.1 -
System Red Green Blue C M Y K H S L
Decimal 173 1 172 0 0.99 0.01 0.32 300.35 0.99 0.34
Hex AD 1 AC 0 63 1 20 12C 63 22
Octal 255 1 254 0 143 1 40 454 143 42
Binary 10101101 1 10101100 0 1100011 1 100000 100101100 1100011 100010

Color Harmonies of #AD01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01AC

Black with #AD01AC

Text Example


Text Example

White with #AD01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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