Html Css Color HEX #AD04B8 Deep Magenta

📋 copy color: '#AD04B8'

red 173 ◦ green 4 ◦ blue 184

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

Shades of Deep Magenta #AD04B8

Tints of Deep Magenta #AD04B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.97%

R = 47.92%
G = 1.11%
B = 50.97%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD04B8 (or 0xAD04B8) is known color: Deep Magenta. HEX triplet: AD, 04 and B8. RGB value is (173,4,184). Sum of RGB (Red+Green+Blue) = 173+4+184=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD04B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04B8 is #52FB47. Grayscale: #4A4A4A. Windows color (decimal): -5438280 or 12059821. OLE color: 12059821.

HSL color Cylindrical-coordinate representation of color #AD04B8: hue angle of 296.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04B8 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 4 184 -
CMYK 0.06 0.98 0 0.28
HSL 296.33º 0.96% 0.37% -
HSV(B) 296.33º 0.98% 0.72% -
XYZ 25.93 12.43 46.38 -
YUV 75.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 173 4 184 0.06 0.98 0 0.28 296.33 0.96 0.37
Hex AD 4 B8 6 62 0 1C 128 60 25
Octal 255 4 270 6 142 0 34 450 140 45
Binary 10101101 100 10111000 110 1100010 0 11100 100101000 1100000 100101

Color Harmonies of #AD04B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04B8

Black with #AD04B8

Text Example


Text Example

White with #AD04B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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