#A8018A

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

Shades of Dark Magenta #A8018A

Tints of Dark Magenta #A8018A

Color information

#A8018A (or 0xA8018A) is unknown color: approx Dark Magenta. HEX triplet: A8, 01 and 8A. RGB value is (168,1,138). Sum of RGB (Red+Green+Blue) = 168+1+138=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A8018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8018A is #57FE75. Grayscale: #424242. Windows color (decimal): -5766774 or 9044392. OLE color: 9044392.

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

Color convert

RGB1681138-
CMYK00.990.180.34
HSL310.78º98.82%33.14%-
HSV(B)310.78º99.4%65.88%-
XYZ20.7510.1824.92-
YUV66.55168.33200.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=54.72%
G=0.33%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168113800.990.180.34310.7898.8233.14
HexA818A06312221376321
Octal25012120143224246714341
Binary1010100011000101001100011100101000101001101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8018A; }

 p { color: rgb(168,1,138); }

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

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

 a { background-color: rgb(168,1,138); }

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

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

 span { border-color: rgb(168,1,138); }

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