Shades of Dark Violet #A60ACF
Tints of Dark Violet #A60ACF
RGB
CMYK
RGB Variations
Color information
#A60ACF (or 0xA60ACF) is known color: Dark Violet. HEX triplet: A6, 0A and CF. RGB value is (166,10,207). Sum of RGB (Red+Green+Blue) = 166+10+207=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A60ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ACF is #59F530. Grayscale: #4E4E4E. Windows color (decimal): -5895473 or 13568678. OLE color: 13568678.
HSL color Cylindrical-coordinate representation of color #A60ACF: hue angle of 287.51º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60ACF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 10 | 207 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.19 |
| HSL | 287.51º | 0.91% | 0.43% | - |
| HSV(B) | 287.51º | 0.95% | 0.81% | - |
| XYZ | 27.1 | 12.83 | 60.08 | - |
| YUV | 79.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 207 | 0.20 | 0.95 | 0 | 0.19 | 287.51 | 0.91 | 0.43 |
| Hex | A6 | A | CF | 14 | 5F | 0 | 13 | 120 | 5B | 2B |
| Octal | 246 | 12 | 317 | 24 | 137 | 0 | 23 | 440 | 133 | 53 |
| Binary | 10100110 | 1010 | 11001111 | 10100 | 1011111 | 0 | 10011 | 100100000 | 1011011 | 101011 |
Color Harmonies of #A60ACF
Complementary color
Monochromatic Colors of #A60ACF
Black with #A60ACF
Text Example
Text Example
White with #A60ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60ACF; }
p { color: rgb(166,10,207); }
H1.HeaderClassName
{
color: #A60ACF;
}
.AnyTagClassName
{
color: #A60ACF;
}
</style>
background-color css
<style>
a { background-color: #A60ACF; }
a { background-color: rgb(166,10,207); }
div.DivClassName
{
background-color: #A60ACF;
}
.BgClassName
{
background-color: #A60ACF;
}
</style>
border-color css
<style>
span { border-color: #A60ACF; }
span { border-color: rgb(166,10,207); }
td.TdClassName
{
border-color: #A60ACF;
}
.TagClassName
{
border-color: #A60ACF;
}
</style>