Shades of Dark Violet #A801C0
Tints of Dark Violet #A801C0
RGB
CMYK
RGB Variations
Color information
#A801C0 (or 0xA801C0) is known color: Dark Violet. HEX triplet: A8, 01 and C0. RGB value is (168,1,192). Sum of RGB (Red+Green+Blue) = 168+1+192=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #A801C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801C0 is #57FE3F. Grayscale: #484848. Windows color (decimal): -5766720 or 12583336. OLE color: 12583336.
HSL color Cylindrical-coordinate representation of color #A801C0: hue angle of 292.46º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A801C0 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 1 | 192 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.25 |
| HSL | 292.46º | 0.99% | 0.38% | - |
| HSV(B) | 292.46º | 0.99% | 0.75% | - |
| XYZ | 25.67 | 12.15 | 50.86 | - |
| YUV | 72.71 | 195.33 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 192 | 0.12 | 0.99 | 0 | 0.25 | 292.46 | 0.99 | 0.38 |
| Hex | A8 | 1 | C0 | C | 63 | 0 | 19 | 124 | 63 | 26 |
| Octal | 250 | 1 | 300 | 14 | 143 | 0 | 31 | 444 | 143 | 46 |
| Binary | 10101000 | 1 | 11000000 | 1100 | 1100011 | 0 | 11001 | 100100100 | 1100011 | 100110 |
Color Harmonies of #A801C0
Complementary color
Monochromatic Colors of #A801C0
Black with #A801C0
Text Example
Text Example
White with #A801C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A801C0; }
p { color: rgb(168,1,192); }
H1.HeaderClassName
{
color: #A801C0;
}
.AnyTagClassName
{
color: #A801C0;
}
</style>
background-color css
<style>
a { background-color: #A801C0; }
a { background-color: rgb(168,1,192); }
div.DivClassName
{
background-color: #A801C0;
}
.BgClassName
{
background-color: #A801C0;
}
</style>
border-color css
<style>
span { border-color: #A801C0; }
span { border-color: rgb(168,1,192); }
td.TdClassName
{
border-color: #A801C0;
}
.TagClassName
{
border-color: #A801C0;
}
</style>