#A31CA0

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

Shades of Dark Magenta #A31CA0

Tints of Dark Magenta #A31CA0

Color information

#A31CA0 (or 0xA31CA0) is unknown color: approx Dark Magenta. HEX triplet: A3, 1C and A0. RGB value is (163,28,160). Sum of RGB (Red+Green+Blue) = 163+28+160=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A31CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CA0 is #5CE35F. Grayscale: #535353. Windows color (decimal): -6087520 or 10493091. OLE color: 10493091.

HSL color Cylindrical-coordinate representation of color #A31CA0: hue angle of 301.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31CA0 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16328160-
CMYK00.830.020.36
HSL301.33º70.68%37.45%-
HSV(B)301.33º82.82%63.92%-
XYZ21.8611.1634.26-
YUV83.41171.23184.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=46.44%
G=7.98%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632816000.830.020.36301.3370.6837.45
HexA31CA005322412d4725
Octal24334240012324445510745
Binary10100011111001010000001010011101001001001011011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31CA0; }

 p { color: rgb(163,28,160); }

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

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

 a { background-color: rgb(163,28,160); }

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

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

 span { border-color: rgb(163,28,160); }

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