Html Css Color HEX #AD14B6 Deep Magenta

📋 copy color: '#AD14B6'

red 173 ◦ green 20 ◦ blue 182

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

Shades of Deep Magenta #AD14B6

Tints of Deep Magenta #AD14B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.53%

R = 46.13%
G = 5.33%
B = 48.53%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD14B6 (or 0xAD14B6) is known color: Deep Magenta. HEX triplet: AD, 14 and B6. RGB value is (173,20,182). Sum of RGB (Red+Green+Blue) = 173+20+182=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD14B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14B6 is #52EB49. Grayscale: #535353. Windows color (decimal): -5434186 or 11932845. OLE color: 11932845.

HSL color Cylindrical-coordinate representation of color #AD14B6: hue angle of 296.67º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD14B6 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 20 182 -
CMYK 0.05 0.89 0 0.29
HSL 296.67º 0.8% 0.4% -
HSV(B) 296.67º 0.89% 0.71% -
XYZ 25.93 12.76 45.35 -
YUV 84.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 173 20 182 0.05 0.89 0 0.29 296.67 0.8 0.4
Hex AD 14 B6 5 59 0 1D 129 50 28
Octal 255 24 266 5 131 0 35 451 120 50
Binary 10101101 10100 10110110 101 1011001 0 11101 100101001 1010000 101000

Color Harmonies of #AD14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14B6

Black with #AD14B6

Text Example


Text Example

White with #AD14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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