#A3128C

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

Shades of Dark Magenta #A3128C

Tints of Dark Magenta #A3128C

Color information

#A3128C (or 0xA3128C) is unknown color: approx Dark Magenta. HEX triplet: A3, 12 and 8C. RGB value is (163,18,140). Sum of RGB (Red+Green+Blue) = 163+18+140=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3128C is #5CED73. Grayscale: #4A4A4A. Windows color (decimal): -6090100 or 9179811. OLE color: 9179811.

HSL color Cylindrical-coordinate representation of color #A3128C: hue angle of 309.52º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3128C is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16318140-
CMYK00.890.140.36
HSL309.52º80.11%35.49%-
HSV(B)309.52º88.96%63.92%-
XYZ20.0510.1125.71-
YUV75.26164.54190.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=50.78%
G=5.61%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631814000.890.140.36309.5280.1135.49
HexA3128C059E241365023
Octal243222140131164446612043
Binary1010001110010100011000101100111101001001001101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3128C; }

 p { color: rgb(163,18,140); }

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

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

 a { background-color: rgb(163,18,140); }

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

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

 span { border-color: rgb(163,18,140); }

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