#AD079D

Color #AD079D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AD079D

Tints of Dark Magenta #AD079D

Color information

#AD079D (or 0xAD079D) is unknown color: approx Dark Magenta. HEX triplet: AD, 07 and 9D. RGB value is (173,7,157). Sum of RGB (Red+Green+Blue) = 173+7+157=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD079D is #52F862. Grayscale: #494949. Windows color (decimal): -5437539 or 10291117. OLE color: 10291117.

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

Color convert

RGB1737157-
CMYK00.960.090.32
HSL305.78º92.22%35.29%-
HSV(B)305.78º95.95%67.84%-
XYZ23.411.4732.88-
YUV73.73175198.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 7 (3.12% from 255) = 2.08%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=51.34%
G=2.08%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173715700.960.090.32305.7892.2235.29
HexAD79D0609201325c23
Octal25572350140114046213443
Binary10101101111100111010110000010011000001001100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD079D; }

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

 H1.HeaderClassName
 {
   color: #AD079D;
 }
 .AnyTagClassName
 {
   color: #AD079D;
 }
</style>
background-color css

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

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

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

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

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

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