Html Css Color HEX #AD04BA Deep Magenta

📋 copy color: '#AD04BA'

red 173 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #AD04BA

Tints of Deep Magenta #AD04BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 47.66%
G = 1.1%
B = 51.24%

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

#AD04BA (or 0xAD04BA) is known color: Deep Magenta. HEX triplet: AD, 04 and BA. RGB value is (173,4,186). Sum of RGB (Red+Green+Blue) = 173+4+186=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD04BA is #52FB45. Grayscale: #4A4A4A. Windows color (decimal): -5438278 or 12190893. OLE color: 12190893.

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

Color convert

RGB 173 4 186 -
CMYK 0.07 0.98 0 0.27
HSL 295.71º 0.96% 0.37% -
HSV(B) 295.71º 0.98% 0.73% -
XYZ 26.14 12.52 47.49 -
YUV 75.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 173 4 186 0.07 0.98 0 0.27 295.71 0.96 0.37
Hex AD 4 BA 7 62 0 1B 128 60 25
Octal 255 4 272 7 142 0 33 450 140 45
Binary 10101101 100 10111010 111 1100010 0 11011 100101000 1100000 100101

Color Harmonies of #AD04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04BA

Black with #AD04BA

Text Example


Text Example

White with #AD04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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