#A0167A

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

Shades of Dark Purple #A0167A

Tints of Dark Purple #A0167A

Color information

#A0167A (or 0xA0167A) is unknown color: approx Dark Purple. HEX triplet: A0, 16 and 7A. RGB value is (160,22,122). Sum of RGB (Red+Green+Blue) = 160+22+122=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0167A is #5FE985. Grayscale: #4A4A4A. Windows color (decimal): -6285702 or 8001184. OLE color: 8001184.

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

Color convert

RGB16022122-
CMYK00.860.240.37
HSL316.52º75.82%35.69%-
HSV(B)316.52º86.25%62.75%-
XYZ18.39.4519.27-
YUV74.66154.72188.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=52.63%
G=7.24%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602212200.860.240.37316.5275.8235.69
HexA0167A056182513d4c24
Octal240261720126304547511444
Binary1010000010110111101001010110110001001011001111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0167A; }

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

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

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

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

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

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

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

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