#A01B8D

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

Shades of Dark Purple #A01B8D

Tints of Dark Purple #A01B8D

Color information

#A01B8D (or 0xA01B8D) is unknown color: approx Dark Purple. HEX triplet: A0, 1B and 8D. RGB value is (160,27,141). Sum of RGB (Red+Green+Blue) = 160+27+141=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01B8D is #5FE472. Grayscale: #4F4F4F. Windows color (decimal): -6284403 or 9247648. OLE color: 9247648.

HSL color Cylindrical-coordinate representation of color #A01B8D: hue angle of 308.57º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01B8D is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16027141-
CMYK00.830.120.37
HSL308.57º71.12%36.67%-
HSV(B)308.57º83.13%62.75%-
XYZ19.710.1826.13-
YUV79.76162.56185.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 27 (10.94% from 255) = 8.23%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=48.78%
G=8.23%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602714100.830.120.37308.5771.1236.67
HexA01B8D053C251354725
Octal240332150123144546510745
Binary1010000011011100011010101001111001001011001101011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01B8D; }

 p { color: rgb(160,27,141); }

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

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

 a { background-color: rgb(160,27,141); }

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

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

 span { border-color: rgb(160,27,141); }

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