Html Css Color HEX #AD04BF Deep Magenta

📋 copy color: '#AD04BF'

red 173 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #AD04BF

Tints of Deep Magenta #AD04BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 191 (75% from 255) = 51.9%

R = 47.01%
G = 1.09%
B = 51.9%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD04BF (or 0xAD04BF) is known color: Deep Magenta. HEX triplet: AD, 04 and BF. RGB value is (173,4,191). Sum of RGB (Red+Green+Blue) = 173+4+191=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD04BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04BF is #52FB40. Grayscale: #4B4B4B. Windows color (decimal): -5438273 or 12518573. OLE color: 12518573.

HSL color Cylindrical-coordinate representation of color #AD04BF: hue angle of 294.22º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04BF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 4 191 -
CMYK 0.09 0.98 0 0.25
HSL 294.22º 0.96% 0.38% -
HSV(B) 294.22º 0.98% 0.75% -
XYZ 26.68 12.73 50.34 -
YUV 75.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 173 4 191 0.09 0.98 0 0.25 294.22 0.96 0.38
Hex AD 4 BF 9 62 0 19 126 60 26
Octal 255 4 277 11 142 0 31 446 140 46
Binary 10101101 100 10111111 1001 1100010 0 11001 100100110 1100000 100110

Color Harmonies of #AD04BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04BF

Black with #AD04BF

Text Example


Text Example

White with #AD04BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04BF; }

 p { color: rgb(173,4,191); }

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

background-color css

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

 a { background-color: rgb(173,4,191); }

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

border-color css

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

 span { border-color: rgb(173,4,191); }

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