Html Css Color HEX #AD12AC Deep Magenta

📋 copy color: '#AD12AC'

red 173 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #AD12AC

Tints of Deep Magenta #AD12AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.96%

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

R = 47.66%
G = 4.96%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD12AC (or 0xAD12AC) is known color: Deep Magenta. HEX triplet: AD, 12 and AC. RGB value is (173,18,172). Sum of RGB (Red+Green+Blue) = 173+18+172=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD12AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD12AC is #52ED53. Grayscale: #515151. Windows color (decimal): -5434708 or 11276973. OLE color: 11276973.

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

Color convert

RGB 173 18 172 -
CMYK 0 0.90 0.01 0.32
HSL 300.39º 0.81% 0.37% -
HSV(B) 300.39º 0.9% 0.68% -
XYZ 24.9 12.3 40.09 -
YUV 81.9 178.85 192.98 -
System Red Green Blue C M Y K H S L
Decimal 173 18 172 0 0.90 0.01 0.32 300.39 0.81 0.37
Hex AD 12 AC 0 5A 1 20 12C 51 25
Octal 255 22 254 0 132 1 40 454 121 45
Binary 10101101 10010 10101100 0 1011010 1 100000 100101100 1010001 100101

Color Harmonies of #AD12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12AC

Black with #AD12AC

Text Example


Text Example

White with #AD12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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