Html Css Color HEX #AD03BE Deep Magenta

📋 copy color: '#AD03BE'

red 173 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #AD03BE

Tints of Deep Magenta #AD03BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 47.27%
G = 0.82%
B = 51.91%

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

#AD03BE (or 0xAD03BE) is known color: Deep Magenta. HEX triplet: AD, 03 and BE. RGB value is (173,3,190). Sum of RGB (Red+Green+Blue) = 173+3+190=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD03BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03BE is #52FC41. Grayscale: #4A4A4A. Windows color (decimal): -5438530 or 12452781. OLE color: 12452781.

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

Color convert

RGB 173 3 190 -
CMYK 0.09 0.98 0 0.25
HSL 294.55º 0.97% 0.38% -
HSV(B) 294.55º 0.98% 0.75% -
XYZ 26.56 12.67 49.76 -
YUV 75.15 192.82 197.79 -
System Red Green Blue C M Y K H S L
Decimal 173 3 190 0.09 0.98 0 0.25 294.55 0.97 0.38
Hex AD 3 BE 9 62 0 19 127 61 26
Octal 255 3 276 11 142 0 31 447 141 46
Binary 10101101 11 10111110 1001 1100010 0 11001 100100111 1100001 100110

Color Harmonies of #AD03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03BE

Black with #AD03BE

Text Example


Text Example

White with #AD03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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