Html Css Color HEX #AD04AD Deep Magenta

📋 copy color: '#AD04AD'

red 173 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #AD04AD

Tints of Deep Magenta #AD04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 49.43%
G = 1.14%
B = 49.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD04AD (or 0xAD04AD) is known color: Deep Magenta. HEX triplet: AD, 04 and AD. RGB value is (173,4,173). Sum of RGB (Red+Green+Blue) = 173+4+173=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD04AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD04AD is #52FB52. Grayscale: #494949. Windows color (decimal): -5438291 or 11338925. OLE color: 11338925.

HSL color Cylindrical-coordinate representation of color #AD04AD: hue angle of 300º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04AD is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 173 -
CMYK 0 0.98 0 0.32
HSL 300º 0.95% 0.35% -
HSV(B) 300º 0.98% 0.68% -
XYZ 24.82 11.99 40.54 -
YUV 73.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 173 4 173 0 0.98 0 0.32 300 0.95 0.35
Hex AD 4 AD 0 62 0 20 12C 5F 23
Octal 255 4 255 0 142 0 40 454 137 43
Binary 10101101 100 10101101 0 1100010 0 100000 100101100 1011111 100011

Color Harmonies of #AD04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04AD

Black with #AD04AD

Text Example


Text Example

White with #AD04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04AD; }

 p { color: rgb(173,4,173); }

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

background-color css

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

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

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

border-color css

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

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

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