#A01B8A

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

Shades of Dark Purple #A01B8A

Tints of Dark Purple #A01B8A

Color information

#A01B8A (or 0xA01B8A) is unknown color: approx Dark Purple. HEX triplet: A0, 1B and 8A. RGB value is (160,27,138). Sum of RGB (Red+Green+Blue) = 160+27+138=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01B8A is #5FE475. Grayscale: #4F4F4F. Windows color (decimal): -6284406 or 9051040. OLE color: 9051040.

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

Color convert

RGB16027138-
CMYK00.830.140.37
HSL309.92º71.12%36.67%-
HSV(B)309.92º83.13%62.75%-
XYZ19.4810.0924.97-
YUV79.42161.06185.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 27 (10.94% from 255) = 8.31%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=49.23%
G=8.31%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602713800.830.140.37309.9271.1236.67
HexA01B8A053E251364725
Octal240332120123164546610745
Binary1010000011011100010100101001111101001011001101101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01B8A; }

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

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

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

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

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

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

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

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