#A31688

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

Shades of Dark Purple #A31688

Tints of Dark Purple #A31688

Color information

#A31688 (or 0xA31688) is unknown color: approx Dark Purple. HEX triplet: A3, 16 and 88. RGB value is (163,22,136). Sum of RGB (Red+Green+Blue) = 163+22+136=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A31688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31688 is #5CE977. Grayscale: #4C4C4C. Windows color (decimal): -6089080 or 8918691. OLE color: 8918691.

HSL color Cylindrical-coordinate representation of color #A31688: hue angle of 311.49º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31688 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16322136-
CMYK00.870.170.36
HSL311.49º76.22%36.27%-
HSV(B)311.49º86.5%63.92%-
XYZ19.8410.1424.2-
YUV77.16161.21189.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=50.78%
G=6.85%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632213600.870.170.36311.4976.2236.27
HexA3168805711241374c24
Octal243262100127214446711444
Binary10100011101101000100001010111100011001001001101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31688; }

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

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

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

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

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

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

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

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