Html Css Color HEX #AD02A0 Dark Magenta

📋 copy color: '#AD02A0'

red 173 ◦ green 2 ◦ blue 160

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

Shades of Dark Magenta #AD02A0

Tints of Dark Magenta #AD02A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.76%

R = 51.64%
G = 0.6%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD02A0 (or 0xAD02A0) is known color: Dark Magenta. HEX triplet: AD, 02 and A0. RGB value is (173,2,160). Sum of RGB (Red+Green+Blue) = 173+2+160=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD02A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02A0 is #52FD5F. Grayscale: #464646. Windows color (decimal): -5438816 or 10486445. OLE color: 10486445.

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

Color convert

RGB 173 2 160 -
CMYK 0 0.99 0.08 0.32
HSL 304.56º 0.98% 0.34% -
HSV(B) 304.56º 0.99% 0.68% -
XYZ 23.6 11.47 34.23 -
YUV 71.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 173 2 160 0 0.99 0.08 0.32 304.56 0.98 0.34
Hex AD 2 A0 0 63 8 20 131 62 22
Octal 255 2 240 0 143 10 40 461 142 42
Binary 10101101 10 10100000 0 1100011 1000 100000 100110001 1100010 100010

Color Harmonies of #AD02A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02A0

Black with #AD02A0

Text Example


Text Example

White with #AD02A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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