#A31AA2

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

Shades of Dark Magenta #A31AA2

Tints of Dark Magenta #A31AA2

Color information

#A31AA2 (or 0xA31AA2) is unknown color: approx Dark Magenta. HEX triplet: A3, 1A and A2. RGB value is (163,26,162). Sum of RGB (Red+Green+Blue) = 163+26+162=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A31AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31AA2 is #5CE55D. Grayscale: #525252. Windows color (decimal): -6088030 or 10623651. OLE color: 10623651.

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

Color convert

RGB16326162-
CMYK00.840.010.36
HSL300.44º72.49%37.06%-
HSV(B)300.44º84.05%63.92%-
XYZ2211.1335.17-
YUV82.47172.89185.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 26 (10.55% from 255) = 7.41%
BLUE value IS 162 (63.67% from 255) = 46.15%
R=46.44%
G=7.41%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632616200.840.010.36300.4472.4937.06
HexA31AA205412412c4825
Octal24332242012414445411045
Binary1010001111010101000100101010011001001001011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31AA2; }

 p { color: rgb(163,26,162); }

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

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

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

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

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

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

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