#A31A95

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

Shades of Dark Magenta #A31A95

Tints of Dark Magenta #A31A95

Color information

#A31A95 (or 0xA31A95) is unknown color: approx Dark Magenta. HEX triplet: A3, 1A and 95. RGB value is (163,26,149). Sum of RGB (Red+Green+Blue) = 163+26+149=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A95 is #5CE56A. Grayscale: #505050. Windows color (decimal): -6088043 or 9771683. OLE color: 9771683.

HSL color Cylindrical-coordinate representation of color #A31A95: hue angle of 306.13º 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 #A31A95 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16326149-
CMYK00.840.090.36
HSL306.13º72.49%37.06%-
HSV(B)306.13º84.05%63.92%-
XYZ20.910.729.4-
YUV80.98166.39186.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=48.22%
G=7.69%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632614900.840.090.36306.1372.4937.06
HexA31A950549241324825
Octal243322250124114446211045
Binary1010001111010100101010101010010011001001001100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A95; }

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

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

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

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

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

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

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

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