#a000a5

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

Shades of Dark Magenta #A000A5

Tints of Dark Magenta #A000A5

Color information

#A000A5 (or 0xA000A5) is unknown color: approx Dark Magenta. HEX triplet: A0, 00 and A5. RGB value is (160,0,165). Sum of RGB (Red+Green+Blue) = 160+0+165=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #A000A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000A5 is #5FFF5A. Grayscale: #424242. Windows color (decimal): -6291291 or 10813600. OLE color: 10813600.

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

Color convert

RGB1600165-
CMYK0.03100.35
HSL298.18º100%32.35%-
HSV(B)298.18º100%64.71%-
XYZ21.2910.1936.44-
YUV66.65183.51194.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 165 (64.84% from 255) = 50.77%
R=49.23%
G=0%
B=50.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16001650.03100.35298.1810032.35
HexA00A536402312a6420
Octal2400245314404345214440
Binary1010000001010010111110010001000111001010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a000a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a000a5; }

 p { color: rgb(160,0,165); }

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

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

 a { background-color: rgb(160,0,165); }

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

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

 span { border-color: rgb(160,0,165); }

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