#A00081

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

Shades of Dark Magenta #A00081

Tints of Dark Magenta #A00081

Color information

#A00081 (or 0xA00081) is unknown color: approx Dark Magenta. HEX triplet: A0, 00 and 81. RGB value is (160,0,129). Sum of RGB (Red+Green+Blue) = 160+0+129=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A00081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00081 is #5FFF7E. Grayscale: #3E3E3E. Windows color (decimal): -6291327 or 8454304. OLE color: 8454304.

HSL color Cylindrical-coordinate representation of color #A00081: hue angle of 311.62º 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 #A00081 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB1600129-
CMYK010.190.37
HSL311.62º100%31.37%-
HSV(B)311.62º100%62.75%-
XYZ18.469.0621.54-
YUV62.55165.51197.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=55.36%
G=0%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600129010.190.37311.6210031.37
HexA00810641325138641f
Octal24002010144234547014437
Binary101000000100000010110010010011100101100111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00081; }

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

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

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

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

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

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

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

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