Html Css Color HEX #AD03BB Deep Magenta

📋 copy color: '#AD03BB'

red 173 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #AD03BB

Tints of Deep Magenta #AD03BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 47.66%
G = 0.83%
B = 51.52%

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

#AD03BB (or 0xAD03BB) is known color: Deep Magenta. HEX triplet: AD, 03 and BB. RGB value is (173,3,187). Sum of RGB (Red+Green+Blue) = 173+3+187=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD03BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03BB is #52FC44. Grayscale: #4A4A4A. Windows color (decimal): -5438533 or 12256173. OLE color: 12256173.

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

Color convert

RGB 173 3 187 -
CMYK 0.07 0.98 0 0.27
HSL 295.43º 0.97% 0.37% -
HSV(B) 295.43º 0.98% 0.73% -
XYZ 26.24 12.54 48.05 -
YUV 74.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 173 3 187 0.07 0.98 0 0.27 295.43 0.97 0.37
Hex AD 3 BB 7 62 0 1B 127 61 25
Octal 255 3 273 7 142 0 33 447 141 45
Binary 10101101 11 10111011 111 1100010 0 11011 100100111 1100001 100101

Color Harmonies of #AD03BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03BB

Black with #AD03BB

Text Example


Text Example

White with #AD03BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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