#A008AD

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

Shades of Dark Magenta #A008AD

Tints of Dark Magenta #A008AD

Color information

#A008AD (or 0xA008AD) is unknown color: approx Dark Magenta. HEX triplet: A0, 08 and AD. RGB value is (160,8,173). Sum of RGB (Red+Green+Blue) = 160+8+173=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #A008AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A008AD is #5FF752. Grayscale: #474747. Windows color (decimal): -6289235 or 11339936. OLE color: 11339936.

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

Color convert

RGB1608173-
CMYK0.080.9500.32
HSL295.27º91.16%35.49%-
HSV(B)295.27º95.38%67.84%-
XYZ22.1310.6640.43-
YUV72.26184.86190.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 8 (3.52% from 255) = 2.35%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=46.92%
G=2.35%
B=50.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16081730.080.9500.32295.2791.1635.49
HexA08AD85F0201275b23
Octal240102551013704044713343
Binary101000001000101011011000101111101000001001001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A008AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A008AD; }

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

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

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

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

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

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

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

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