Shades of Dark Violet #A017CC
Tints of Dark Violet #A017CC
RGB
CMYK
RGB Variations
Color information
#A017CC (or 0xA017CC) is known color: Dark Violet. HEX triplet: A0, 17 and CC. RGB value is (160,23,204). Sum of RGB (Red+Green+Blue) = 160+23+204=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A017CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017CC is #5FE833. Grayscale: #545454. Windows color (decimal): -6285364 or 13375392. OLE color: 13375392.
HSL color Cylindrical-coordinate representation of color #A017CC: hue angle of 285.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A017CC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 23 | 204 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.2 |
| HSL | 285.41º | 0.8% | 0.45% | - |
| HSV(B) | 285.41º | 0.89% | 0.8% | - |
| XYZ | 25.7 | 12.45 | 58.17 | - |
| YUV | 84.6 | 195.39 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 204 | 0.22 | 0.89 | 0 | 0.2 | 285.41 | 0.8 | 0.45 |
| Hex | A0 | 17 | CC | 16 | 59 | 0 | 14 | 11D | 50 | 2D |
| Octal | 240 | 27 | 314 | 26 | 131 | 0 | 24 | 435 | 120 | 55 |
| Binary | 10100000 | 10111 | 11001100 | 10110 | 1011001 | 0 | 10100 | 100011101 | 1010000 | 101101 |
Color Harmonies of #A017CC
Complementary color
Monochromatic Colors of #A017CC
Black with #A017CC
Text Example
Text Example
White with #A017CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017CC; }
p { color: rgb(160,23,204); }
H1.HeaderClassName
{
color: #A017CC;
}
.AnyTagClassName
{
color: #A017CC;
}
</style>
background-color css
<style>
a { background-color: #A017CC; }
a { background-color: rgb(160,23,204); }
div.DivClassName
{
background-color: #A017CC;
}
.BgClassName
{
background-color: #A017CC;
}
</style>
border-color css
<style>
span { border-color: #A017CC; }
span { border-color: rgb(160,23,204); }
td.TdClassName
{
border-color: #A017CC;
}
.TagClassName
{
border-color: #A017CC;
}
</style>