Shades of Dark Violet #A017C9
Tints of Dark Violet #A017C9
RGB
CMYK
RGB Variations
Color information
#A017C9 (or 0xA017C9) is known color: Dark Violet. HEX triplet: A0, 17 and C9. RGB value is (160,23,201). Sum of RGB (Red+Green+Blue) = 160+23+201=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #A017C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017C9 is #5FE836. Grayscale: #535353. Windows color (decimal): -6285367 or 13178784. OLE color: 13178784.
HSL color Cylindrical-coordinate representation of color #A017C9: hue angle of 286.18º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A017C9 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 23 | 201 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.21 |
| HSL | 286.18º | 0.79% | 0.44% | - |
| HSV(B) | 286.18º | 0.89% | 0.79% | - |
| XYZ | 25.35 | 12.3 | 56.3 | - |
| YUV | 84.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 201 | 0.20 | 0.89 | 0 | 0.21 | 286.18 | 0.79 | 0.44 |
| Hex | A0 | 17 | C9 | 14 | 59 | 0 | 15 | 11E | 4F | 2C |
| Octal | 240 | 27 | 311 | 24 | 131 | 0 | 25 | 436 | 117 | 54 |
| Binary | 10100000 | 10111 | 11001001 | 10100 | 1011001 | 0 | 10101 | 100011110 | 1001111 | 101100 |
Color Harmonies of #A017C9
Complementary color
Monochromatic Colors of #A017C9
Black with #A017C9
Text Example
Text Example
White with #A017C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017C9; }
p { color: rgb(160,23,201); }
H1.HeaderClassName
{
color: #A017C9;
}
.AnyTagClassName
{
color: #A017C9;
}
</style>
background-color css
<style>
a { background-color: #A017C9; }
a { background-color: rgb(160,23,201); }
div.DivClassName
{
background-color: #A017C9;
}
.BgClassName
{
background-color: #A017C9;
}
</style>
border-color css
<style>
span { border-color: #A017C9; }
span { border-color: rgb(160,23,201); }
td.TdClassName
{
border-color: #A017C9;
}
.TagClassName
{
border-color: #A017C9;
}
</style>