Html Css Color HEX #AD009F Dark Magenta

📋 copy color: '#AD009F'

red 173 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #AD009F

Tints of Dark Magenta #AD009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 52.11%
G = 0%
B = 47.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD009F (or 0xAD009F) is known color: Dark Magenta. HEX triplet: AD, 00 and 9F. RGB value is (173,0,159). Sum of RGB (Red+Green+Blue) = 173+0+159=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD009F is #52FF60. Grayscale: #454545. Windows color (decimal): -5439329 or 10420397. OLE color: 10420397.

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

Color convert

RGB 173 0 159 -
CMYK 0 1 0.08 0.32
HSL 304.86º 1% 0.34% -
HSV(B) 304.86º 1% 0.68% -
XYZ 23.49 11.39 33.76 -
YUV 69.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 173 0 159 0 1 0.08 0.32 304.86 1 0.34
Hex AD 0 9F 0 64 8 20 131 64 22
Octal 255 0 237 0 144 10 40 461 144 42
Binary 10101101 0 10011111 0 1100100 1000 100000 100110001 1100100 100010

Color Harmonies of #AD009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD009F

Black with #AD009F

Text Example


Text Example

White with #AD009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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