Shades of Dark Violet #A607DF
Tints of Dark Violet #A607DF
RGB
CMYK
RGB Variations
Color information
#A607DF (or 0xA607DF) is known color: Dark Violet. HEX triplet: A6, 07 and DF. RGB value is (166,7,223). Sum of RGB (Red+Green+Blue) = 166+7+223=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A607DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607DF is #59F820. Grayscale: #4E4E4E. Windows color (decimal): -5896225 or 14616486. OLE color: 14616486.
HSL color Cylindrical-coordinate representation of color #A607DF: hue angle of 284.17º degrees, saturation: 0.94, 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 #A607DF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 7 | 223 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.13 |
| HSL | 284.17º | 0.94% | 0.45% | - |
| HSV(B) | 284.17º | 0.97% | 0.87% | - |
| XYZ | 29.12 | 13.59 | 70.9 | - |
| YUV | 79.17 | 209.18 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 223 | 0.26 | 0.97 | 0 | 0.13 | 284.17 | 0.94 | 0.45 |
| Hex | A6 | 7 | DF | 1A | 61 | 0 | D | 11C | 5E | 2D |
| Octal | 246 | 7 | 337 | 32 | 141 | 0 | 15 | 434 | 136 | 55 |
| Binary | 10100110 | 111 | 11011111 | 11010 | 1100001 | 0 | 1101 | 100011100 | 1011110 | 101101 |
Color Harmonies of #A607DF
Complementary color
Monochromatic Colors of #A607DF
Black with #A607DF
Text Example
Text Example
White with #A607DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607DF; }
p { color: rgb(166,7,223); }
H1.HeaderClassName
{
color: #A607DF;
}
.AnyTagClassName
{
color: #A607DF;
}
</style>
background-color css
<style>
a { background-color: #A607DF; }
a { background-color: rgb(166,7,223); }
div.DivClassName
{
background-color: #A607DF;
}
.BgClassName
{
background-color: #A607DF;
}
</style>
border-color css
<style>
span { border-color: #A607DF; }
span { border-color: rgb(166,7,223); }
td.TdClassName
{
border-color: #A607DF;
}
.TagClassName
{
border-color: #A607DF;
}
</style>