Html Css Color HEX #AD14AB Deep Magenta

📋 copy color: '#AD14AB'

red 173 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #AD14AB

Tints of Deep Magenta #AD14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 47.53%
G = 5.49%
B = 46.98%

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

#AD14AB (or 0xAD14AB) is known color: Deep Magenta. HEX triplet: AD, 14 and AB. RGB value is (173,20,171). Sum of RGB (Red+Green+Blue) = 173+20+171=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD14AB is #52EB54. Grayscale: #525252. Windows color (decimal): -5434197 or 11211949. OLE color: 11211949.

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

Color convert

RGB 173 20 171 -
CMYK 0 0.88 0.01 0.32
HSL 300.78º 0.79% 0.38% -
HSV(B) 300.78º 0.88% 0.68% -
XYZ 24.83 12.32 39.6 -
YUV 82.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 173 20 171 0 0.88 0.01 0.32 300.78 0.79 0.38
Hex AD 14 AB 0 58 1 20 12D 4F 26
Octal 255 24 253 0 130 1 40 455 117 46
Binary 10101101 10100 10101011 0 1011000 1 100000 100101101 1001111 100110

Color Harmonies of #AD14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14AB

Black with #AD14AB

Text Example


Text Example

White with #AD14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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