#A31BA3

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

Shades of Dark Magenta #A31BA3

Tints of Dark Magenta #A31BA3

Color information

#A31BA3 (or 0xA31BA3) is unknown color: approx Dark Magenta. HEX triplet: A3, 1B and A3. RGB value is (163,27,163). Sum of RGB (Red+Green+Blue) = 163+27+163=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A31BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BA3 is #5CE45C. Grayscale: #525252. Windows color (decimal): -6087773 or 10689443. OLE color: 10689443.

HSL color Cylindrical-coordinate representation of color #A31BA3: hue angle of 300º degrees, saturation: 0.72, 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 #A31BA3 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16327163-
CMYK00.8300.36
HSL300º71.58%37.25%-
HSV(B)300º83.44%63.92%-
XYZ22.1111.2135.65-
YUV83.17173.06184.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 163 (64.06% from 255) = 46.18%
R=46.18%
G=7.65%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632716300.8300.3630071.5837.25
HexA31BA305302412c4825
Octal24333243012304445411045
Binary1010001111011101000110101001101001001001011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31BA3; }

 p { color: rgb(163,27,163); }

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

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

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

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

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

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

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