#A00082

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

Shades of Dark Magenta #A00082

Tints of Dark Magenta #A00082

Color information

#A00082 (or 0xA00082) is unknown color: approx Dark Magenta. HEX triplet: A0, 00 and 82. RGB value is (160,0,130). Sum of RGB (Red+Green+Blue) = 160+0+130=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A00082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00082 is #5FFF7D. Grayscale: #3E3E3E. Windows color (decimal): -6291326 or 8519840. OLE color: 8519840.

HSL color Cylindrical-coordinate representation of color #A00082: hue angle of 311.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00082 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB1600130-
CMYK010.190.37
HSL311.25º100%31.37%-
HSV(B)311.25º100%62.75%-
XYZ18.539.0921.9-
YUV62.66166.01197.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=55.17%
G=0%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600130010.190.37311.2510031.37
HexA00820641325137641f
Octal24002020144234546714437
Binary101000000100000100110010010011100101100110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00082; }

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

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

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

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

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

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

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

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