#A0028D

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

Shades of Dark Magenta #A0028D

Tints of Dark Magenta #A0028D

Color information

#A0028D (or 0xA0028D) is unknown color: approx Dark Magenta. HEX triplet: A0, 02 and 8D. RGB value is (160,2,141). Sum of RGB (Red+Green+Blue) = 160+2+141=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0028D is #5FFD72. Grayscale: #404040. Windows color (decimal): -6290803 or 9241248. OLE color: 9241248.

HSL color Cylindrical-coordinate representation of color #A0028D: hue angle of 307.22º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0028D is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB1602141-
CMYK00.990.120.37
HSL307.22º97.53%31.76%-
HSV(B)307.22º98.75%62.75%-
XYZ19.339.4426-
YUV65.09170.85195.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=52.81%
G=0.66%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160214100.990.120.37307.2297.5331.76
HexA028D063C251336220
Octal24022150143144546314240
Binary1010000010100011010110001111001001011001100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0028D; }

 p { color: rgb(160,2,141); }

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

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

 a { background-color: rgb(160,2,141); }

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

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

 span { border-color: rgb(160,2,141); }

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