#AD01A8

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

Shades of Dark Magenta #AD01A8

Tints of Dark Magenta #AD01A8

Color information

#AD01A8 (or 0xAD01A8) is unknown color: approx Dark Magenta. HEX triplet: AD, 01 and A8. RGB value is (173,1,168). Sum of RGB (Red+Green+Blue) = 173+1+168=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01A8 is #52FE57. Grayscale: #464646. Windows color (decimal): -5439064 or 11010477. OLE color: 11010477.

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

Color convert

RGB1731168-
CMYK00.990.030.32
HSL301.74º98.85%34.12%-
HSV(B)301.74º99.42%67.84%-
XYZ24.3111.7338.03-
YUV71.47182.48200.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 168 (66.02% from 255) = 49.12%
R=50.58%
G=0.29%
B=49.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173116800.990.030.32301.7498.8534.12
HexAD1A806332012e6322
Octal2551250014334045614342
Binary1010110111010100001100011111000001001011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD01A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD01A8; }

 p { color: rgb(173,1,168); }

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

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

 a { background-color: rgb(173,1,168); }

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

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

 span { border-color: rgb(173,1,168); }

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