Html Css Color HEX #AD00A6 Dark Magenta

📋 copy color: '#AD00A6'

red 173 ◦ green 0 ◦ blue 166

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

Shades of Dark Magenta #AD00A6

Tints of Dark Magenta #AD00A6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.03%
G = 0%
B = 48.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD00A6 (or 0xAD00A6) is known color: Dark Magenta. HEX triplet: AD, 00 and A6. RGB value is (173,0,166). Sum of RGB (Red+Green+Blue) = 173+0+166=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD00A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD00A6 is #52FF59. Grayscale: #464646. Windows color (decimal): -5439322 or 10879149. OLE color: 10879149.

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

Color convert

RGB 173 0 166 -
CMYK 0 1 0.04 0.32
HSL 302.43º 1% 0.34% -
HSV(B) 302.43º 1% 0.68% -
XYZ 24.12 11.64 37.05 -
YUV 70.65 181.81 201 -
System Red Green Blue C M Y K H S L
Decimal 173 0 166 0 1 0.04 0.32 302.43 1 0.34
Hex AD 0 A6 0 64 4 20 12E 64 22
Octal 255 0 246 0 144 4 40 456 144 42
Binary 10101101 0 10100110 0 1100100 100 100000 100101110 1100100 100010

Color Harmonies of #AD00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00A6

Black with #AD00A6

Text Example


Text Example

White with #AD00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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