Html Css Color HEX #AD079E Dark Magenta

📋 copy color: '#AD079E'

red 173 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #AD079E

Tints of Dark Magenta #AD079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

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

R = 51.18%
G = 2.07%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD079E (or 0xAD079E) is known color: Dark Magenta. HEX triplet: AD, 07 and 9E. RGB value is (173,7,158). Sum of RGB (Red+Green+Blue) = 173+7+158=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD079E is #52F861. Grayscale: #494949. Windows color (decimal): -5437538 or 10356653. OLE color: 10356653.

HSL color Cylindrical-coordinate representation of color #AD079E: hue angle of 305.42º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD079E is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 158 -
CMYK 0 0.96 0.09 0.32
HSL 305.42º 0.92% 0.35% -
HSV(B) 305.42º 0.96% 0.68% -
XYZ 23.48 11.5 33.33 -
YUV 73.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 173 7 158 0 0.96 0.09 0.32 305.42 0.92 0.35
Hex AD 7 9E 0 60 9 20 131 5C 23
Octal 255 7 236 0 140 11 40 461 134 43
Binary 10101101 111 10011110 0 1100000 1001 100000 100110001 1011100 100011

Color Harmonies of #AD079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD079E

Black with #AD079E

Text Example


Text Example

White with #AD079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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