Html Css Color HEX #AD03B5 Deep Magenta

📋 copy color: '#AD03B5'

red 173 ◦ green 3 ◦ blue 181

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

Shades of Deep Magenta #AD03B5

Tints of Deep Magenta #AD03B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.7%

R = 48.46%
G = 0.84%
B = 50.7%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD03B5 (or 0xAD03B5) is known color: Deep Magenta. HEX triplet: AD, 03 and B5. RGB value is (173,3,181). Sum of RGB (Red+Green+Blue) = 173+3+181=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 181 (71.09% from 255 or 50.70% from 357); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD03B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03B5 is #52FC4A. Grayscale: #494949. Windows color (decimal): -5438539 or 11862957. OLE color: 11862957.

HSL color Cylindrical-coordinate representation of color #AD03B5: hue angle of 297.3º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03B5 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 3 181 -
CMYK 0.04 0.98 0 0.29
HSL 297.3º 0.97% 0.36% -
HSV(B) 297.3º 0.98% 0.71% -
XYZ 25.61 12.29 44.74 -
YUV 74.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 173 3 181 0.04 0.98 0 0.29 297.3 0.97 0.36
Hex AD 3 B5 4 62 0 1D 129 61 24
Octal 255 3 265 4 142 0 35 451 141 44
Binary 10101101 11 10110101 100 1100010 0 11101 100101001 1100001 100100

Color Harmonies of #AD03B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03B5

Black with #AD03B5

Text Example


Text Example

White with #AD03B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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