#A31FA7

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

Shades of Dark Magenta #A31FA7

Tints of Dark Magenta #A31FA7

Color information

#A31FA7 (or 0xA31FA7) is unknown color: approx Dark Magenta. HEX triplet: A3, 1F and A7. RGB value is (163,31,167). Sum of RGB (Red+Green+Blue) = 163+31+167=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #A31FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31FA7 is #5CE058. Grayscale: #555555. Windows color (decimal): -6086745 or 10952611. OLE color: 10952611.

HSL color Cylindrical-coordinate representation of color #A31FA7: hue angle of 298.24º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31FA7 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16331167-
CMYK0.020.8100.35
HSL298.24º68.69%38.82%-
HSV(B)298.24º81.44%65.49%-
XYZ22.5711.5637.6-
YUV85.97173.73182.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 31 (12.5% from 255) = 8.59%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=45.15%
G=8.59%
B=46.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163311670.020.8100.35298.2468.6938.82
HexA31FA725102312a4527
Octal24337247212104345210547
Binary10100011111111010011110101000101000111001010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31FA7; }

 p { color: rgb(163,31,167); }

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

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

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

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

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

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

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