Shades of Dark Violet #A60CBF
Tints of Dark Violet #A60CBF
RGB
CMYK
RGB Variations
Color information
#A60CBF (or 0xA60CBF) is known color: Dark Violet. HEX triplet: A6, 0C and BF. RGB value is (166,12,191). Sum of RGB (Red+Green+Blue) = 166+12+191=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #A60CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CBF is #59F340. Grayscale: #4D4D4D. Windows color (decimal): -5894977 or 12520614. OLE color: 12520614.
HSL color Cylindrical-coordinate representation of color #A60CBF: hue angle of 291.62º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60CBF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 12 | 191 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.25 |
| HSL | 291.62º | 0.88% | 0.4% | - |
| HSV(B) | 291.62º | 0.94% | 0.75% | - |
| XYZ | 25.26 | 12.13 | 50.3 | - |
| YUV | 78.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 191 | 0.13 | 0.94 | 0 | 0.25 | 291.62 | 0.88 | 0.4 |
| Hex | A6 | C | BF | D | 5E | 0 | 19 | 124 | 58 | 28 |
| Octal | 246 | 14 | 277 | 15 | 136 | 0 | 31 | 444 | 130 | 50 |
| Binary | 10100110 | 1100 | 10111111 | 1101 | 1011110 | 0 | 11001 | 100100100 | 1011000 | 101000 |
Color Harmonies of #A60CBF
Complementary color
Monochromatic Colors of #A60CBF
Black with #A60CBF
Text Example
Text Example
White with #A60CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CBF; }
p { color: rgb(166,12,191); }
H1.HeaderClassName
{
color: #A60CBF;
}
.AnyTagClassName
{
color: #A60CBF;
}
</style>
background-color css
<style>
a { background-color: #A60CBF; }
a { background-color: rgb(166,12,191); }
div.DivClassName
{
background-color: #A60CBF;
}
.BgClassName
{
background-color: #A60CBF;
}
</style>
border-color css
<style>
span { border-color: #A60CBF; }
span { border-color: rgb(166,12,191); }
td.TdClassName
{
border-color: #A60CBF;
}
.TagClassName
{
border-color: #A60CBF;
}
</style>