Shades of Dark Violet #A907DF
Tints of Dark Violet #A907DF
RGB
CMYK
RGB Variations
Color information
#A907DF (or 0xA907DF) is known color: Dark Violet. HEX triplet: A9, 07 and DF. RGB value is (169,7,223). Sum of RGB (Red+Green+Blue) = 169+7+223=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #A907DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A907DF is #56F820. Grayscale: #4F4F4F. Windows color (decimal): -5699617 or 14616489. OLE color: 14616489.
HSL color Cylindrical-coordinate representation of color #A907DF: hue angle of 285º 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 #A907DF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 7 | 223 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.13 |
| HSL | 285º | 0.94% | 0.45% | - |
| HSV(B) | 285º | 0.97% | 0.87% | - |
| XYZ | 29.76 | 13.91 | 70.93 | - |
| YUV | 80.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 223 | 0.24 | 0.97 | 0 | 0.13 | 285 | 0.94 | 0.45 |
| Hex | A9 | 7 | DF | 18 | 61 | 0 | D | 11D | 5E | 2D |
| Octal | 251 | 7 | 337 | 30 | 141 | 0 | 15 | 435 | 136 | 55 |
| Binary | 10101001 | 111 | 11011111 | 11000 | 1100001 | 0 | 1101 | 100011101 | 1011110 | 101101 |
Color Harmonies of #A907DF
Complementary color
Monochromatic Colors of #A907DF
Black with #A907DF
Text Example
Text Example
White with #A907DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A907DF; }
p { color: rgb(169,7,223); }
H1.HeaderClassName
{
color: #A907DF;
}
.AnyTagClassName
{
color: #A907DF;
}
</style>
background-color css
<style>
a { background-color: #A907DF; }
a { background-color: rgb(169,7,223); }
div.DivClassName
{
background-color: #A907DF;
}
.BgClassName
{
background-color: #A907DF;
}
</style>
border-color css
<style>
span { border-color: #A907DF; }
span { border-color: rgb(169,7,223); }
td.TdClassName
{
border-color: #A907DF;
}
.TagClassName
{
border-color: #A907DF;
}
</style>