Shades of Dark Violet #A906DF
Tints of Dark Violet #A906DF
RGB
CMYK
RGB Variations
Color information
#A906DF (or 0xA906DF) is known color: Dark Violet. HEX triplet: A9, 06 and DF. RGB value is (169,6,223). Sum of RGB (Red+Green+Blue) = 169+6+223=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #A906DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A906DF is #56F920. Grayscale: #4E4E4E. Windows color (decimal): -5699873 or 14616233. OLE color: 14616233.
HSL color Cylindrical-coordinate representation of color #A906DF: hue angle of 285.07º 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 #A906DF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 6 | 223 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.13 |
| HSL | 285.07º | 0.95% | 0.45% | - |
| HSV(B) | 285.07º | 0.97% | 0.87% | - |
| XYZ | 29.75 | 13.89 | 70.93 | - |
| YUV | 79.48 | 209 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 223 | 0.24 | 0.97 | 0 | 0.13 | 285.07 | 0.95 | 0.45 |
| Hex | A9 | 6 | DF | 18 | 61 | 0 | D | 11D | 5F | 2D |
| Octal | 251 | 6 | 337 | 30 | 141 | 0 | 15 | 435 | 137 | 55 |
| Binary | 10101001 | 110 | 11011111 | 11000 | 1100001 | 0 | 1101 | 100011101 | 1011111 | 101101 |
Color Harmonies of #A906DF
Complementary color
Monochromatic Colors of #A906DF
Black with #A906DF
Text Example
Text Example
White with #A906DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A906DF; }
p { color: rgb(169,6,223); }
H1.HeaderClassName
{
color: #A906DF;
}
.AnyTagClassName
{
color: #A906DF;
}
</style>
background-color css
<style>
a { background-color: #A906DF; }
a { background-color: rgb(169,6,223); }
div.DivClassName
{
background-color: #A906DF;
}
.BgClassName
{
background-color: #A906DF;
}
</style>
border-color css
<style>
span { border-color: #A906DF; }
span { border-color: rgb(169,6,223); }
td.TdClassName
{
border-color: #A906DF;
}
.TagClassName
{
border-color: #A906DF;
}
</style>