Html Css Color HEX #AD04A2 Dark Magenta

📋 copy color: '#AD04A2'

red 173 ◦ green 4 ◦ blue 162

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

Shades of Dark Magenta #AD04A2

Tints of Dark Magenta #AD04A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.79%

R = 51.03%
G = 1.18%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD04A2 (or 0xAD04A2) is known color: Dark Magenta. HEX triplet: AD, 04 and A2. RGB value is (173,4,162). Sum of RGB (Red+Green+Blue) = 173+4+162=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD04A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD04A2 is #52FB5D. Grayscale: #484848. Windows color (decimal): -5438302 or 10618029. OLE color: 10618029.

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

Color convert

RGB 173 4 162 -
CMYK 0 0.98 0.06 0.32
HSL 303.91º 0.95% 0.35% -
HSV(B) 303.91º 0.98% 0.68% -
XYZ 23.8 11.58 35.16 -
YUV 72.54 178.49 199.65 -
System Red Green Blue C M Y K H S L
Decimal 173 4 162 0 0.98 0.06 0.32 303.91 0.95 0.35
Hex AD 4 A2 0 62 6 20 130 5F 23
Octal 255 4 242 0 142 6 40 460 137 43
Binary 10101101 100 10100010 0 1100010 110 100000 100110000 1011111 100011

Color Harmonies of #AD04A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04A2

Black with #AD04A2

Text Example


Text Example

White with #AD04A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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