Shades of Dark Purple #A0168B
Tints of Dark Purple #A0168B
RGB
CMYK
RGB Variations
Color information
#A0168B (or 0xA0168B) is known color: Dark Purple. HEX triplet: A0, 16 and 8B. RGB value is (160,22,139). Sum of RGB (Red+Green+Blue) = 160+22+139=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0168B is #5FE974. Grayscale: #4C4C4C. Windows color (decimal): -6285685 or 9115296. OLE color: 9115296.
HSL color Cylindrical-coordinate representation of color #A0168B: hue angle of 309.13º 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 #A0168B is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 139 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.37 |
| HSL | 309.13º | 0.76% | 0.36% | - |
| HSV(B) | 309.13º | 0.86% | 0.63% | - |
| XYZ | 19.44 | 9.91 | 25.31 | - |
| YUV | 76.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 139 | 0 | 0.86 | 0.13 | 0.37 | 309.13 | 0.76 | 0.36 |
| Hex | A0 | 16 | 8B | 0 | 56 | D | 25 | 135 | 4C | 24 |
| Octal | 240 | 26 | 213 | 0 | 126 | 15 | 45 | 465 | 114 | 44 |
| Binary | 10100000 | 10110 | 10001011 | 0 | 1010110 | 1101 | 100101 | 100110101 | 1001100 | 100100 |
Color Harmonies of #A0168B
Complementary color
Monochromatic Colors of #A0168B
Black with #A0168B
Text Example
Text Example
White with #A0168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0168B; }
p { color: rgb(160,22,139); }
H1.HeaderClassName
{
color: #A0168B;
}
.AnyTagClassName
{
color: #A0168B;
}
</style>
background-color css
<style>
a { background-color: #A0168B; }
a { background-color: rgb(160,22,139); }
div.DivClassName
{
background-color: #A0168B;
}
.BgClassName
{
background-color: #A0168B;
}
</style>
border-color css
<style>
span { border-color: #A0168B; }
span { border-color: rgb(160,22,139); }
td.TdClassName
{
border-color: #A0168B;
}
.TagClassName
{
border-color: #A0168B;
}
</style>