Shades of Dark Violet #A806DF
Tints of Dark Violet #A806DF
RGB
CMYK
RGB Variations
Color information
#A806DF (or 0xA806DF) is known color: Dark Violet. HEX triplet: A8, 06 and DF. RGB value is (168,6,223). Sum of RGB (Red+Green+Blue) = 168+6+223=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #A806DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806DF is #57F920. Grayscale: #4E4E4E. Windows color (decimal): -5765409 or 14616232. OLE color: 14616232.
HSL color Cylindrical-coordinate representation of color #A806DF: hue angle of 284.79º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806DF is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 6 | 223 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.13 |
| HSL | 284.79º | 0.95% | 0.45% | - |
| HSV(B) | 284.79º | 0.97% | 0.87% | - |
| XYZ | 29.53 | 13.78 | 70.92 | - |
| YUV | 79.18 | 209.17 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 223 | 0.25 | 0.97 | 0 | 0.13 | 284.79 | 0.95 | 0.45 |
| Hex | A8 | 6 | DF | 19 | 61 | 0 | D | 11D | 5F | 2D |
| Octal | 250 | 6 | 337 | 31 | 141 | 0 | 15 | 435 | 137 | 55 |
| Binary | 10101000 | 110 | 11011111 | 11001 | 1100001 | 0 | 1101 | 100011101 | 1011111 | 101101 |
Color Harmonies of #A806DF
Complementary color
Monochromatic Colors of #A806DF
Black with #A806DF
Text Example
Text Example
White with #A806DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806DF; }
p { color: rgb(168,6,223); }
H1.HeaderClassName
{
color: #A806DF;
}
.AnyTagClassName
{
color: #A806DF;
}
</style>
background-color css
<style>
a { background-color: #A806DF; }
a { background-color: rgb(168,6,223); }
div.DivClassName
{
background-color: #A806DF;
}
.BgClassName
{
background-color: #A806DF;
}
</style>
border-color css
<style>
span { border-color: #A806DF; }
span { border-color: rgb(168,6,223); }
td.TdClassName
{
border-color: #A806DF;
}
.TagClassName
{
border-color: #A806DF;
}
</style>