#A016AD

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

Shades of Dark Magenta #A016AD

Tints of Dark Magenta #A016AD

Color information

#A016AD (or 0xA016AD) is unknown color: approx Dark Magenta. HEX triplet: A0, 16 and AD. RGB value is (160,22,173). Sum of RGB (Red+Green+Blue) = 160+22+173=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A016AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A016AD is #5FE952. Grayscale: #505050. Windows color (decimal): -6285651 or 11343520. OLE color: 11343520.

HSL color Cylindrical-coordinate representation of color #A016AD: hue angle of 294.83º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A016AD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16022173-
CMYK0.080.8700.32
HSL294.83º77.44%38.24%-
HSV(B)294.83º87.28%67.84%-
XYZ22.3311.0640.49-
YUV80.48180.22184.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 22 (8.98% from 255) = 6.20%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=45.07%
G=6.20%
B=48.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160221730.080.8700.32294.8377.4438.24
HexA016AD8570201274d26
Octal240262551012704044711546
Binary1010000010110101011011000101011101000001001001111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A016AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A016AD; }

 p { color: rgb(160,22,173); }

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

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

 a { background-color: rgb(160,22,173); }

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

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

 span { border-color: rgb(160,22,173); }

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