Html Css Color HEX #AD02A6 Dark Magenta

📋 copy color: '#AD02A6'

red 173 ◦ green 2 ◦ blue 166

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

Shades of Dark Magenta #AD02A6

Tints of Dark Magenta #AD02A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.68%

R = 50.73%
G = 0.59%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD02A6 (or 0xAD02A6) is known color: Dark Magenta. HEX triplet: AD, 02 and A6. RGB value is (173,2,166). Sum of RGB (Red+Green+Blue) = 173+2+166=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD02A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02A6 is #52FD59. Grayscale: #474747. Windows color (decimal): -5438810 or 10879661. OLE color: 10879661.

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

Color convert

RGB 173 2 166 -
CMYK 0 0.99 0.04 0.32
HSL 302.46º 0.98% 0.34% -
HSV(B) 302.46º 0.99% 0.68% -
XYZ 24.14 11.68 37.06 -
YUV 71.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 173 2 166 0 0.99 0.04 0.32 302.46 0.98 0.34
Hex AD 2 A6 0 63 4 20 12E 62 22
Octal 255 2 246 0 143 4 40 456 142 42
Binary 10101101 10 10100110 0 1100011 100 100000 100101110 1100010 100010

Color Harmonies of #AD02A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02A6

Black with #AD02A6

Text Example


Text Example

White with #AD02A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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