Html Css Color HEX #AD02A9 Dark Magenta

📋 copy color: '#AD02A9'

red 173 ◦ green 2 ◦ blue 169

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

Shades of Dark Magenta #AD02A9

Tints of Dark Magenta #AD02A9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 169 (66.41% from 255) = 49.13%

R = 50.29%
G = 0.58%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD02A9 (or 0xAD02A9) is known color: Dark Magenta. HEX triplet: AD, 02 and A9. RGB value is (173,2,169). Sum of RGB (Red+Green+Blue) = 173+2+169=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 169 (66.41% from 255 or 49.13% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD02A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02A9 is #52FD56. Grayscale: #474747. Windows color (decimal): -5438807 or 11076269. OLE color: 11076269.

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

Color convert

RGB 173 2 169 -
CMYK 0 0.99 0.02 0.32
HSL 301.4º 0.98% 0.34% -
HSV(B) 301.4º 0.99% 0.68% -
XYZ 24.42 11.79 38.53 -
YUV 72.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 173 2 169 0 0.99 0.02 0.32 301.4 0.98 0.34
Hex AD 2 A9 0 63 2 20 12D 62 22
Octal 255 2 251 0 143 2 40 455 142 42
Binary 10101101 10 10101001 0 1100011 10 100000 100101101 1100010 100010

Color Harmonies of #AD02A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02A9

Black with #AD02A9

Text Example


Text Example

White with #AD02A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02A9; }

 p { color: rgb(173,2,169); }

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

background-color css

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

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

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

border-color css

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

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

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