Shades of Dark Violet #A800DF
Tints of Dark Violet #A800DF
RGB
CMYK
RGB Variations
Color information
#A800DF (or 0xA800DF) is known color: Dark Violet. HEX triplet: A8, 00 and DF. RGB value is (168,0,223). Sum of RGB (Red+Green+Blue) = 168+0+223=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #A800DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800DF is #57FF20. Grayscale: #4A4A4A. Windows color (decimal): -5766945 or 14614696. OLE color: 14614696.
HSL color Cylindrical-coordinate representation of color #A800DF: hue angle of 285.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800DF is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 0 | 223 | - |
| CMYK | 0.25 | 1 | 0 | 0.13 |
| HSL | 285.2º | 1% | 0.44% | - |
| HSV(B) | 285.2º | 1% | 0.87% | - |
| XYZ | 29.47 | 13.65 | 70.89 | - |
| YUV | 75.65 | 211.16 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 223 | 0.25 | 1 | 0 | 0.13 | 285.2 | 1 | 0.44 |
| Hex | A8 | 0 | DF | 19 | 64 | 0 | D | 11D | 64 | 2C |
| Octal | 250 | 0 | 337 | 31 | 144 | 0 | 15 | 435 | 144 | 54 |
| Binary | 10101000 | 0 | 11011111 | 11001 | 1100100 | 0 | 1101 | 100011101 | 1100100 | 101100 |
Color Harmonies of #A800DF
Complementary color
Monochromatic Colors of #A800DF
Black with #A800DF
Text Example
Text Example
White with #A800DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800DF; }
p { color: rgb(168,0,223); }
H1.HeaderClassName
{
color: #A800DF;
}
.AnyTagClassName
{
color: #A800DF;
}
</style>
background-color css
<style>
a { background-color: #A800DF; }
a { background-color: rgb(168,0,223); }
div.DivClassName
{
background-color: #A800DF;
}
.BgClassName
{
background-color: #A800DF;
}
</style>
border-color css
<style>
span { border-color: #A800DF; }
span { border-color: rgb(168,0,223); }
td.TdClassName
{
border-color: #A800DF;
}
.TagClassName
{
border-color: #A800DF;
}
</style>