Html Css Color HEX #AD14AC Deep Magenta

📋 copy color: '#AD14AC'

red 173 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #AD14AC

Tints of Deep Magenta #AD14AC

RGB

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

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

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

R = 47.4%
G = 5.48%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD14AC (or 0xAD14AC) is known color: Deep Magenta. HEX triplet: AD, 14 and AC. RGB value is (173,20,172). Sum of RGB (Red+Green+Blue) = 173+20+172=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD14AC is #52EB53. Grayscale: #525252. Windows color (decimal): -5434196 or 11277485. OLE color: 11277485.

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

Color convert

RGB 173 20 172 -
CMYK 0 0.88 0.01 0.32
HSL 300.39º 0.79% 0.38% -
HSV(B) 300.39º 0.88% 0.68% -
XYZ 24.93 12.36 40.1 -
YUV 83.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 173 20 172 0 0.88 0.01 0.32 300.39 0.79 0.38
Hex AD 14 AC 0 58 1 20 12C 4F 26
Octal 255 24 254 0 130 1 40 454 117 46
Binary 10101101 10100 10101100 0 1011000 1 100000 100101100 1001111 100110

Color Harmonies of #AD14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14AC

Black with #AD14AC

Text Example


Text Example

White with #AD14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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