Shades of Dark Violet #A910CF
Tints of Dark Violet #A910CF
RGB
CMYK
RGB Variations
Color information
#A910CF (or 0xA910CF) is known color: Dark Violet. HEX triplet: A9, 10 and CF. RGB value is (169,16,207). Sum of RGB (Red+Green+Blue) = 169+16+207=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #A910CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A910CF is #56EF30. Grayscale: #525252. Windows color (decimal): -5697329 or 13570217. OLE color: 13570217.
HSL color Cylindrical-coordinate representation of color #A910CF: hue angle of 288.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A910CF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 16 | 207 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.19 |
| HSL | 288.06º | 0.86% | 0.44% | - |
| HSV(B) | 288.06º | 0.92% | 0.81% | - |
| XYZ | 27.81 | 13.31 | 60.13 | - |
| YUV | 83.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 207 | 0.18 | 0.92 | 0 | 0.19 | 288.06 | 0.86 | 0.44 |
| Hex | A9 | 10 | CF | 12 | 5C | 0 | 13 | 120 | 56 | 2C |
| Octal | 251 | 20 | 317 | 22 | 134 | 0 | 23 | 440 | 126 | 54 |
| Binary | 10101001 | 10000 | 11001111 | 10010 | 1011100 | 0 | 10011 | 100100000 | 1010110 | 101100 |
Color Harmonies of #A910CF
Complementary color
Monochromatic Colors of #A910CF
Black with #A910CF
Text Example
Text Example
White with #A910CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A910CF; }
p { color: rgb(169,16,207); }
H1.HeaderClassName
{
color: #A910CF;
}
.AnyTagClassName
{
color: #A910CF;
}
</style>
background-color css
<style>
a { background-color: #A910CF; }
a { background-color: rgb(169,16,207); }
div.DivClassName
{
background-color: #A910CF;
}
.BgClassName
{
background-color: #A910CF;
}
</style>
border-color css
<style>
span { border-color: #A910CF; }
span { border-color: rgb(169,16,207); }
td.TdClassName
{
border-color: #A910CF;
}
.TagClassName
{
border-color: #A910CF;
}
</style>