Shades of Dark Violet #A608DF
Tints of Dark Violet #A608DF
RGB
CMYK
RGB Variations
Color information
#A608DF (or 0xA608DF) is known color: Dark Violet. HEX triplet: A6, 08 and DF. RGB value is (166,8,223). Sum of RGB (Red+Green+Blue) = 166+8+223=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 8 (3.52% from 255 or 2.02% 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 #A608DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608DF is #59F720. Grayscale: #4F4F4F. Windows color (decimal): -5895969 or 14616742. OLE color: 14616742.
HSL color Cylindrical-coordinate representation of color #A608DF: hue angle of 284.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608DF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 8 | 223 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.13 |
| HSL | 284.09º | 0.93% | 0.45% | - |
| HSV(B) | 284.09º | 0.96% | 0.87% | - |
| XYZ | 29.13 | 13.61 | 70.9 | - |
| YUV | 79.75 | 208.85 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 223 | 0.26 | 0.96 | 0 | 0.13 | 284.09 | 0.93 | 0.45 |
| Hex | A6 | 8 | DF | 1A | 60 | 0 | D | 11C | 5D | 2D |
| Octal | 246 | 10 | 337 | 32 | 140 | 0 | 15 | 434 | 135 | 55 |
| Binary | 10100110 | 1000 | 11011111 | 11010 | 1100000 | 0 | 1101 | 100011100 | 1011101 | 101101 |
Color Harmonies of #A608DF
Complementary color
Monochromatic Colors of #A608DF
Black with #A608DF
Text Example
Text Example
White with #A608DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608DF; }
p { color: rgb(166,8,223); }
H1.HeaderClassName
{
color: #A608DF;
}
.AnyTagClassName
{
color: #A608DF;
}
</style>
background-color css
<style>
a { background-color: #A608DF; }
a { background-color: rgb(166,8,223); }
div.DivClassName
{
background-color: #A608DF;
}
.BgClassName
{
background-color: #A608DF;
}
</style>
border-color css
<style>
span { border-color: #A608DF; }
span { border-color: rgb(166,8,223); }
td.TdClassName
{
border-color: #A608DF;
}
.TagClassName
{
border-color: #A608DF;
}
</style>