#A31B88

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

Shades of Dark Purple #A31B88

Tints of Dark Purple #A31B88

Color information

#A31B88 (or 0xA31B88) is unknown color: approx Dark Purple. HEX triplet: A3, 1B and 88. RGB value is (163,27,136). Sum of RGB (Red+Green+Blue) = 163+27+136=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31B88 is #5CE477. Grayscale: #4F4F4F. Windows color (decimal): -6087800 or 8919971. OLE color: 8919971.

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

Color convert

RGB16327136-
CMYK00.830.170.36
HSL311.91º71.58%37.25%-
HSV(B)311.91º83.44%63.92%-
XYZ19.9410.3524.24-
YUV80.09159.56187.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 8.28%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=50%
G=8.28%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632713600.830.170.36311.9171.5837.25
HexA31B8805311241384825
Octal243332100123214447011045
Binary10100011110111000100001010011100011001001001110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B88; }

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

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

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

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

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

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

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

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