Html Css Color HEX #AD03BF Deep Magenta

📋 copy color: '#AD03BF'

red 173 ◦ green 3 ◦ blue 191

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

Shades of Deep Magenta #AD03BF

Tints of Deep Magenta #AD03BF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 47.14%
G = 0.82%
B = 52.04%

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

#AD03BF (or 0xAD03BF) is known color: Deep Magenta. HEX triplet: AD, 03 and BF. RGB value is (173,3,191). Sum of RGB (Red+Green+Blue) = 173+3+191=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD03BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03BF is #52FC40. Grayscale: #4A4A4A. Windows color (decimal): -5438529 or 12518317. OLE color: 12518317.

HSL color Cylindrical-coordinate representation of color #AD03BF: hue angle of 294.26º degrees, saturation: 0.97, 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 #AD03BF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 3 191 -
CMYK 0.09 0.98 0 0.25
HSL 294.26º 0.97% 0.38% -
HSV(B) 294.26º 0.98% 0.75% -
XYZ 26.67 12.71 50.34 -
YUV 75.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 173 3 191 0.09 0.98 0 0.25 294.26 0.97 0.38
Hex AD 3 BF 9 62 0 19 126 61 26
Octal 255 3 277 11 142 0 31 446 141 46
Binary 10101101 11 10111111 1001 1100010 0 11001 100100110 1100001 100110

Color Harmonies of #AD03BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03BF

Black with #AD03BF

Text Example


Text Example

White with #AD03BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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