#A3018F

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

Shades of Dark Magenta #A3018F

Tints of Dark Magenta #A3018F

Color information

#A3018F (or 0xA3018F) is unknown color: approx Dark Magenta. HEX triplet: A3, 01 and 8F. RGB value is (163,1,143). Sum of RGB (Red+Green+Blue) = 163+1+143=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3018F is #5CFE70. Grayscale: #414141. Windows color (decimal): -6094449 or 9372067. OLE color: 9372067.

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

Color convert

RGB1631143-
CMYK00.990.120.36
HSL307.41º98.78%32.16%-
HSV(B)307.41º99.39%63.92%-
XYZ20.079.7926.82-
YUV65.63171.67197.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=53.09%
G=0.33%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163114300.990.120.36307.4198.7832.16
HexA318F063C241336320
Octal24312170143144446314340
Binary101000111100011110110001111001001001001100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3018F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3018F; }

 p { color: rgb(163,1,143); }

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

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

 a { background-color: rgb(163,1,143); }

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

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

 span { border-color: rgb(163,1,143); }

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