#AD00A7

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

Shades of Dark Magenta #AD00A7

Tints of Dark Magenta #AD00A7

Color information

#AD00A7 (or 0xAD00A7) is unknown color: approx Dark Magenta. HEX triplet: AD, 00 and A7. RGB value is (173,0,167). Sum of RGB (Red+Green+Blue) = 173+0+167=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD00A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD00A7 is #52FF58. Grayscale: #464646. Windows color (decimal): -5439321 or 10944685. OLE color: 10944685.

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

Color convert

RGB1730167-
CMYK010.030.32
HSL302.08º100%33.92%-
HSV(B)302.08º100%67.84%-
XYZ24.2111.6737.54-
YUV70.76182.31200.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 49.12%
R=50.88%
G=0%
B=49.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1730167010.030.32302.0810033.92
HexAD0A706432012e6422
Octal2550247014434045614442
Binary1010110101010011101100100111000001001011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD00A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD00A7; }

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

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

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

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

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

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

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

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