Html Css Color HEX #AD03B3 Deep Magenta

📋 copy color: '#AD03B3'

red 173 ◦ green 3 ◦ blue 179

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

Shades of Deep Magenta #AD03B3

Tints of Deep Magenta #AD03B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.42%

R = 48.73%
G = 0.85%
B = 50.42%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD03B3 (or 0xAD03B3) is known color: Deep Magenta. HEX triplet: AD, 03 and B3. RGB value is (173,3,179). Sum of RGB (Red+Green+Blue) = 173+3+179=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD03B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03B3 is #52FC4C. Grayscale: #494949. Windows color (decimal): -5438541 or 11731885. OLE color: 11731885.

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

Color convert

RGB 173 3 179 -
CMYK 0.03 0.98 0 0.30
HSL 297.95º 0.97% 0.36% -
HSV(B) 297.95º 0.98% 0.7% -
XYZ 25.4 12.2 43.66 -
YUV 73.89 187.32 198.69 -
System Red Green Blue C M Y K H S L
Decimal 173 3 179 0.03 0.98 0 0.30 297.95 0.97 0.36
Hex AD 3 B3 3 62 0 1E 12A 61 24
Octal 255 3 263 3 142 0 36 452 141 44
Binary 10101101 11 10110011 11 1100010 0 11110 100101010 1100001 100100

Color Harmonies of #AD03B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03B3

Black with #AD03B3

Text Example


Text Example

White with #AD03B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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