Html Css Color HEX #AD04A7 Dark Magenta

📋 copy color: '#AD04A7'

red 173 ◦ green 4 ◦ blue 167

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

Shades of Dark Magenta #AD04A7

Tints of Dark Magenta #AD04A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.55%

R = 50.29%
G = 1.16%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD04A7 (or 0xAD04A7) is known color: Dark Magenta. HEX triplet: AD, 04 and A7. RGB value is (173,4,167). Sum of RGB (Red+Green+Blue) = 173+4+167=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD04A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD04A7 is #52FB58. Grayscale: #484848. Windows color (decimal): -5438297 or 10945709. OLE color: 10945709.

HSL color Cylindrical-coordinate representation of color #AD04A7: hue angle of 302.13º 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 #AD04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 167 -
CMYK 0 0.98 0.03 0.32
HSL 302.13º 0.95% 0.35% -
HSV(B) 302.13º 0.98% 0.68% -
XYZ 24.25 11.76 37.55 -
YUV 73.11 180.99 199.25 -
System Red Green Blue C M Y K H S L
Decimal 173 4 167 0 0.98 0.03 0.32 302.13 0.95 0.35
Hex AD 4 A7 0 62 3 20 12E 5F 23
Octal 255 4 247 0 142 3 40 456 137 43
Binary 10101101 100 10100111 0 1100010 11 100000 100101110 1011111 100011

Color Harmonies of #AD04A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04A7

Black with #AD04A7

Text Example


Text Example

White with #AD04A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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