#A31B8E

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

Shades of Dark Purple #A31B8E

Tints of Dark Purple #A31B8E

Color information

#A31B8E (or 0xA31B8E) is unknown color: approx Dark Purple. HEX triplet: A3, 1B and 8E. RGB value is (163,27,142). Sum of RGB (Red+Green+Blue) = 163+27+142=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B8E is #5CE471. Grayscale: #505050. Windows color (decimal): -6087794 or 9313187. OLE color: 9313187.

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

Color convert

RGB16327142-
CMYK00.830.130.36
HSL309.26º71.58%37.25%-
HSV(B)309.26º83.44%63.92%-
XYZ20.3810.5226.55-
YUV80.77162.56186.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=49.10%
G=8.13%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632714200.830.130.36309.2671.5837.25
HexA31B8E053D241354825
Octal243332160123154446511045
Binary1010001111011100011100101001111011001001001101011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B8E; }

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

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

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

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

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

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

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

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