Shades of Dark Purple #A0168A
Tints of Dark Purple #A0168A
RGB
CMYK
RGB Variations
Color information
#A0168A (or 0xA0168A) is known color: Dark Purple. HEX triplet: A0, 16 and 8A. RGB value is (160,22,138). Sum of RGB (Red+Green+Blue) = 160+22+138=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0168A is #5FE975. Grayscale: #4C4C4C. Windows color (decimal): -6285686 or 9049760. OLE color: 9049760.
HSL color Cylindrical-coordinate representation of color #A0168A: hue angle of 309.57º 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 #A0168A is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 138 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.37 |
| HSL | 309.57º | 0.76% | 0.36% | - |
| HSV(B) | 309.57º | 0.86% | 0.63% | - |
| XYZ | 19.37 | 9.88 | 24.93 | - |
| YUV | 76.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 138 | 0 | 0.86 | 0.14 | 0.37 | 309.57 | 0.76 | 0.36 |
| Hex | A0 | 16 | 8A | 0 | 56 | E | 25 | 136 | 4C | 24 |
| Octal | 240 | 26 | 212 | 0 | 126 | 16 | 45 | 466 | 114 | 44 |
| Binary | 10100000 | 10110 | 10001010 | 0 | 1010110 | 1110 | 100101 | 100110110 | 1001100 | 100100 |
Color Harmonies of #A0168A
Complementary color
Monochromatic Colors of #A0168A
Black with #A0168A
Text Example
Text Example
White with #A0168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0168A; }
p { color: rgb(160,22,138); }
H1.HeaderClassName
{
color: #A0168A;
}
.AnyTagClassName
{
color: #A0168A;
}
</style>
background-color css
<style>
a { background-color: #A0168A; }
a { background-color: rgb(160,22,138); }
div.DivClassName
{
background-color: #A0168A;
}
.BgClassName
{
background-color: #A0168A;
}
</style>
border-color css
<style>
span { border-color: #A0168A; }
span { border-color: rgb(160,22,138); }
td.TdClassName
{
border-color: #A0168A;
}
.TagClassName
{
border-color: #A0168A;
}
</style>