Html Css Color HEX #AD14B7 Deep Magenta

📋 copy color: '#AD14B7'

red 173 ◦ green 20 ◦ blue 183

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

Shades of Deep Magenta #AD14B7

Tints of Deep Magenta #AD14B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.67%

R = 46.01%
G = 5.32%
B = 48.67%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD14B7 (or 0xAD14B7) is known color: Deep Magenta. HEX triplet: AD, 14 and B7. RGB value is (173,20,183). Sum of RGB (Red+Green+Blue) = 173+20+183=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD14B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14B7 is #52EB48. Grayscale: #535353. Windows color (decimal): -5434185 or 11998381. OLE color: 11998381.

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

Color convert

RGB 173 20 183 -
CMYK 0.05 0.89 0 0.28
HSL 296.32º 0.8% 0.4% -
HSV(B) 296.32º 0.89% 0.72% -
XYZ 26.03 12.8 45.9 -
YUV 84.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 173 20 183 0.05 0.89 0 0.28 296.32 0.8 0.4
Hex AD 14 B7 5 59 0 1C 128 50 28
Octal 255 24 267 5 131 0 34 450 120 50
Binary 10101101 10100 10110111 101 1011001 0 11100 100101000 1010000 101000

Color Harmonies of #AD14B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14B7

Black with #AD14B7

Text Example


Text Example

White with #AD14B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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