#AD059E

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

Shades of Dark Magenta #AD059E

Tints of Dark Magenta #AD059E

Color information

#AD059E (or 0xAD059E) is unknown color: approx Dark Magenta. HEX triplet: AD, 05 and 9E. RGB value is (173,5,158). Sum of RGB (Red+Green+Blue) = 173+5+158=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD059E is #52FA61. Grayscale: #484848. Windows color (decimal): -5438050 or 10356141. OLE color: 10356141.

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

Color convert

RGB1735158-
CMYK00.970.090.32
HSL305.36º94.38%34.9%-
HSV(B)305.36º97.11%67.84%-
XYZ23.4611.4633.32-
YUV72.67176.16199.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 5 (2.34% from 255) = 1.49%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=51.49%
G=1.49%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173515800.970.090.32305.3694.3834.9
HexAD59E0619201315e23
Octal25552360141114046113643
Binary10101101101100111100110000110011000001001100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD059E; }

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

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

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

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

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

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

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

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