Shades of Dark Purple #A0217B
Tints of Dark Purple #A0217B
RGB
CMYK
RGB Variations
Color information
#A0217B (or 0xA0217B) is known color: Dark Purple. HEX triplet: A0, 21 and 7B. RGB value is (160,33,123). Sum of RGB (Red+Green+Blue) = 160+33+123=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0217B is #5FDE84. Grayscale: #515151. Windows color (decimal): -6282885 or 8069536. OLE color: 8069536.
HSL color Cylindrical-coordinate representation of color #A0217B: hue angle of 317.48º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0217B is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 123 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.37 |
| HSL | 317.48º | 0.66% | 0.38% | - |
| HSV(B) | 317.48º | 0.79% | 0.63% | - |
| XYZ | 18.62 | 9.99 | 19.69 | - |
| YUV | 81.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 123 | 0 | 0.79 | 0.23 | 0.37 | 317.48 | 0.66 | 0.38 |
| Hex | A0 | 21 | 7B | 0 | 4F | 17 | 25 | 13D | 42 | 26 |
| Octal | 240 | 41 | 173 | 0 | 117 | 27 | 45 | 475 | 102 | 46 |
| Binary | 10100000 | 100001 | 1111011 | 0 | 1001111 | 10111 | 100101 | 100111101 | 1000010 | 100110 |
Color Harmonies of #A0217B
Complementary color
Monochromatic Colors of #A0217B
Black with #A0217B
Text Example
Text Example
White with #A0217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0217B; }
p { color: rgb(160,33,123); }
H1.HeaderClassName
{
color: #A0217B;
}
.AnyTagClassName
{
color: #A0217B;
}
</style>
background-color css
<style>
a { background-color: #A0217B; }
a { background-color: rgb(160,33,123); }
div.DivClassName
{
background-color: #A0217B;
}
.BgClassName
{
background-color: #A0217B;
}
</style>
border-color css
<style>
span { border-color: #A0217B; }
span { border-color: rgb(160,33,123); }
td.TdClassName
{
border-color: #A0217B;
}
.TagClassName
{
border-color: #A0217B;
}
</style>