#AD0095

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

Shades of Dark Magenta #AD0095

Tints of Dark Magenta #AD0095

Color information

#AD0095 (or 0xAD0095) is unknown color: approx Dark Magenta. HEX triplet: AD, 00 and 95. RGB value is (173,0,149). Sum of RGB (Red+Green+Blue) = 173+0+149=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0095 is #52FF6A. Grayscale: #444444. Windows color (decimal): -5439339 or 9765037. OLE color: 9765037.

HSL color Cylindrical-coordinate representation of color #AD0095: hue angle of 308.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0095 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB1730149-
CMYK010.140.32
HSL308.32º100%33.92%-
HSV(B)308.32º100%67.84%-
XYZ22.6611.0529.37-
YUV68.71173.31202.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=53.73%
G=0%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1730149010.140.32308.3210033.92
HexAD095064E201346422
Octal25502250144164046414442
Binary101011010100101010110010011101000001001101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0095; }

 p { color: rgb(173,0,149); }

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

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

 a { background-color: rgb(173,0,149); }

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

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

 span { border-color: rgb(173,0,149); }

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