Html Css Color HEX #AD03BA Deep Magenta

📋 copy color: '#AD03BA'

red 173 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #AD03BA

Tints of Deep Magenta #AD03BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 47.79%
G = 0.83%
B = 51.38%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD03BA (or 0xAD03BA) is known color: Deep Magenta. HEX triplet: AD, 03 and BA. RGB value is (173,3,186). Sum of RGB (Red+Green+Blue) = 173+3+186=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD03BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03BA is #52FC45. Grayscale: #4A4A4A. Windows color (decimal): -5438534 or 12190637. OLE color: 12190637.

HSL color Cylindrical-coordinate representation of color #AD03BA: hue angle of 295.74º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03BA is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 3 186 -
CMYK 0.07 0.98 0 0.27
HSL 295.74º 0.97% 0.37% -
HSV(B) 295.74º 0.98% 0.73% -
XYZ 26.13 12.49 47.49 -
YUV 74.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 173 3 186 0.07 0.98 0 0.27 295.74 0.97 0.37
Hex AD 3 BA 7 62 0 1B 128 61 25
Octal 255 3 272 7 142 0 33 450 141 45
Binary 10101101 11 10111010 111 1100010 0 11011 100101000 1100001 100101

Color Harmonies of #AD03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03BA

Black with #AD03BA

Text Example


Text Example

White with #AD03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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