Shades of Dark Violet #A60FCF
Tints of Dark Violet #A60FCF
RGB
CMYK
RGB Variations
Color information
#A60FCF (or 0xA60FCF) is known color: Dark Violet. HEX triplet: A6, 0F and CF. RGB value is (166,15,207). Sum of RGB (Red+Green+Blue) = 166+15+207=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #A60FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FCF is #59F030. Grayscale: #515151. Windows color (decimal): -5894193 or 13569958. OLE color: 13569958.
HSL color Cylindrical-coordinate representation of color #A60FCF: hue angle of 287.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FCF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 15 | 207 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.19 |
| HSL | 287.19º | 0.86% | 0.44% | - |
| HSV(B) | 287.19º | 0.93% | 0.81% | - |
| XYZ | 27.16 | 12.95 | 60.1 | - |
| YUV | 82.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 207 | 0.20 | 0.93 | 0 | 0.19 | 287.19 | 0.86 | 0.44 |
| Hex | A6 | F | CF | 14 | 5D | 0 | 13 | 11F | 56 | 2C |
| Octal | 246 | 17 | 317 | 24 | 135 | 0 | 23 | 437 | 126 | 54 |
| Binary | 10100110 | 1111 | 11001111 | 10100 | 1011101 | 0 | 10011 | 100011111 | 1010110 | 101100 |
Color Harmonies of #A60FCF
Complementary color
Monochromatic Colors of #A60FCF
Black with #A60FCF
Text Example
Text Example
White with #A60FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FCF; }
p { color: rgb(166,15,207); }
H1.HeaderClassName
{
color: #A60FCF;
}
.AnyTagClassName
{
color: #A60FCF;
}
</style>
background-color css
<style>
a { background-color: #A60FCF; }
a { background-color: rgb(166,15,207); }
div.DivClassName
{
background-color: #A60FCF;
}
.BgClassName
{
background-color: #A60FCF;
}
</style>
border-color css
<style>
span { border-color: #A60FCF; }
span { border-color: rgb(166,15,207); }
td.TdClassName
{
border-color: #A60FCF;
}
.TagClassName
{
border-color: #A60FCF;
}
</style>