#A31B85

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

Shades of Dark Purple #A31B85

Tints of Dark Purple #A31B85

Color information

#A31B85 (or 0xA31B85) is unknown color: approx Dark Purple. HEX triplet: A3, 1B and 85. RGB value is (163,27,133). Sum of RGB (Red+Green+Blue) = 163+27+133=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B85 is #5CE47A. Grayscale: #4F4F4F. Windows color (decimal): -6087803 or 8723363. OLE color: 8723363.

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

Color convert

RGB16327133-
CMYK00.830.180.36
HSL313.24º71.58%37.25%-
HSV(B)313.24º83.44%63.92%-
XYZ19.7310.2623.13-
YUV79.75158.06187.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 27 (10.94% from 255) = 8.36%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=50.46%
G=8.36%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632713300.830.180.36313.2471.5837.25
HexA31B8505312241394825
Octal243332050123224447111045
Binary10100011110111000010101010011100101001001001110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B85; }

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

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

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

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

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

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

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

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