Html Css Color HEX #AD009E Dark Magenta

📋 copy color: '#AD009E'

red 173 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #AD009E

Tints of Dark Magenta #AD009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 52.27%
G = 0%
B = 47.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD009E (or 0xAD009E) is known color: Dark Magenta. HEX triplet: AD, 00 and 9E. RGB value is (173,0,158). Sum of RGB (Red+Green+Blue) = 173+0+158=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD009E is #52FF61. Grayscale: #454545. Windows color (decimal): -5439330 or 10354861. OLE color: 10354861.

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

Color convert

RGB 173 0 158 -
CMYK 0 1 0.09 0.32
HSL 305.2º 1% 0.34% -
HSV(B) 305.2º 1% 0.68% -
XYZ 23.41 11.35 33.31 -
YUV 69.74 177.81 201.65 -
System Red Green Blue C M Y K H S L
Decimal 173 0 158 0 1 0.09 0.32 305.2 1 0.34
Hex AD 0 9E 0 64 9 20 131 64 22
Octal 255 0 236 0 144 11 40 461 144 42
Binary 10101101 0 10011110 0 1100100 1001 100000 100110001 1100100 100010

Color Harmonies of #AD009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD009E

Black with #AD009E

Text Example


Text Example

White with #AD009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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