#A01683

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

Shades of Dark Purple #A01683

Tints of Dark Purple #A01683

Color information

#A01683 (or 0xA01683) is unknown color: approx Dark Purple. HEX triplet: A0, 16 and 83. RGB value is (160,22,131). Sum of RGB (Red+Green+Blue) = 160+22+131=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A01683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01683 is #5FE97C. Grayscale: #4B4B4B. Windows color (decimal): -6285693 or 8591008. OLE color: 8591008.

HSL color Cylindrical-coordinate representation of color #A01683: hue angle of 312.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01683 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16022131-
CMYK00.860.180.37
HSL312.61º75.82%35.69%-
HSV(B)312.61º86.25%62.75%-
XYZ18.889.6922.35-
YUV75.69159.22188.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.12%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=51.12%
G=7.03%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602213100.860.180.37312.6175.8235.69
HexA0168305612251394c24
Octal240262030126224547111444
Binary10100000101101000001101010110100101001011001110011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01683; }

 p { color: rgb(160,22,131); }

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

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

 a { background-color: rgb(160,22,131); }

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

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

 span { border-color: rgb(160,22,131); }

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