#A8048D

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

Shades of Dark Magenta #A8048D

Tints of Dark Magenta #A8048D

Color information

#A8048D (or 0xA8048D) is unknown color: approx Dark Magenta. HEX triplet: A8, 04 and 8D. RGB value is (168,4,141). Sum of RGB (Red+Green+Blue) = 168+4+141=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8048D is #57FB72. Grayscale: #444444. Windows color (decimal): -5766003 or 9241768. OLE color: 9241768.

HSL color Cylindrical-coordinate representation of color #A8048D: hue angle of 309.88º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8048D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB1684141-
CMYK00.980.160.34
HSL309.88º95.35%33.73%-
HSV(B)309.88º97.62%65.88%-
XYZ2110.3326.09-
YUV68.65168.83198.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.67%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=53.67%
G=1.28%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168414100.980.160.34309.8895.3533.73
HexA848D06210221365f22
Octal25042150142204246613742
Binary101010001001000110101100010100001000101001101101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8048D; }

 p { color: rgb(168,4,141); }

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

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

 a { background-color: rgb(168,4,141); }

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

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

 span { border-color: rgb(168,4,141); }

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