#AD0391

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

Shades of Dark Magenta #AD0391

Tints of Dark Magenta #AD0391

Color information

#AD0391 (or 0xAD0391) is unknown color: approx Dark Magenta. HEX triplet: AD, 03 and 91. RGB value is (173,3,145). Sum of RGB (Red+Green+Blue) = 173+3+145=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0391 is #52FC6E. Grayscale: #454545. Windows color (decimal): -5438575 or 9503661. OLE color: 9503661.

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

Color convert

RGB1733145-
CMYK00.980.160.32
HSL309.88º96.59%34.51%-
HSV(B)309.88º98.27%67.84%-
XYZ22.3810.9927.73-
YUV70.02170.32201.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=53.89%
G=0.93%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173314500.980.160.32309.8896.5934.51
HexAD39106210201366123
Octal25532210142204046614143
Binary10101101111001000101100010100001000001001101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0391; }

 p { color: rgb(173,3,145); }

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

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

 a { background-color: rgb(173,3,145); }

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

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

 span { border-color: rgb(173,3,145); }

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