#AD0493

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

Shades of Dark Magenta #AD0493

Tints of Dark Magenta #AD0493

Color information

#AD0493 (or 0xAD0493) is unknown color: approx Dark Magenta. HEX triplet: AD, 04 and 93. RGB value is (173,4,147). Sum of RGB (Red+Green+Blue) = 173+4+147=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0493 is #52FB6C. Grayscale: #464646. Windows color (decimal): -5438317 or 9634989. OLE color: 9634989.

HSL color Cylindrical-coordinate representation of color #AD0493: hue angle of 309.23º degrees, saturation: 0.95, 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 #AD0493 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB1734147-
CMYK00.980.150.32
HSL309.23º95.48%34.71%-
HSV(B)309.23º97.69%67.84%-
XYZ22.5411.0828.55-
YUV70.83170.99200.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.40%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=53.40%
G=1.23%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173414700.980.150.32309.2395.4834.71
HexAD493062F201355f23
Octal25542230142174046513743
Binary10101101100100100110110001011111000001001101011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0493; }

 p { color: rgb(173,4,147); }

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

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

 a { background-color: rgb(173,4,147); }

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

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

 span { border-color: rgb(173,4,147); }

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