Html Css Color HEX #AD008D Dark Magenta

📋 copy color: '#AD008D'

red 173 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #AD008D

Tints of Dark Magenta #AD008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 55.1%
G = 0%
B = 44.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD008D (or 0xAD008D) is known color: Dark Magenta. HEX triplet: AD, 00 and 8D. RGB value is (173,0,141). Sum of RGB (Red+Green+Blue) = 173+0+141=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD008D is #52FF72. Grayscale: #434343. Windows color (decimal): -5439347 or 9240749. OLE color: 9240749.

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

Color convert

RGB 173 0 141 -
CMYK 0 1 0.18 0.32
HSL 311.1º 1% 0.34% -
HSV(B) 311.1º 1% 0.68% -
XYZ 22.04 10.81 26.12 -
YUV 67.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 173 0 141 0 1 0.18 0.32 311.1 1 0.34
Hex AD 0 8D 0 64 12 20 137 64 22
Octal 255 0 215 0 144 22 40 467 144 42
Binary 10101101 0 10001101 0 1100100 10010 100000 100110111 1100100 100010

Color Harmonies of #AD008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD008D

Black with #AD008D

Text Example


Text Example

White with #AD008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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