Shades of Dark Violet #A60FC3
Tints of Dark Violet #A60FC3
RGB
CMYK
RGB Variations
Color information
#A60FC3 (or 0xA60FC3) is known color: Dark Violet. HEX triplet: A6, 0F and C3. RGB value is (166,15,195). Sum of RGB (Red+Green+Blue) = 166+15+195=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #A60FC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FC3 is #59F03C. Grayscale: #505050. Windows color (decimal): -5894205 or 12783526. OLE color: 12783526.
HSL color Cylindrical-coordinate representation of color #A60FC3: hue angle of 290.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60FC3 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 15 | 195 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.24 |
| HSL | 290.33º | 0.86% | 0.41% | - |
| HSV(B) | 290.33º | 0.92% | 0.76% | - |
| XYZ | 25.75 | 12.39 | 52.66 | - |
| YUV | 80.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 195 | 0.15 | 0.92 | 0 | 0.24 | 290.33 | 0.86 | 0.41 |
| Hex | A6 | F | C3 | F | 5C | 0 | 18 | 122 | 56 | 29 |
| Octal | 246 | 17 | 303 | 17 | 134 | 0 | 30 | 442 | 126 | 51 |
| Binary | 10100110 | 1111 | 11000011 | 1111 | 1011100 | 0 | 11000 | 100100010 | 1010110 | 101001 |
Color Harmonies of #A60FC3
Complementary color
Monochromatic Colors of #A60FC3
Black with #A60FC3
Text Example
Text Example
White with #A60FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FC3; }
p { color: rgb(166,15,195); }
H1.HeaderClassName
{
color: #A60FC3;
}
.AnyTagClassName
{
color: #A60FC3;
}
</style>
background-color css
<style>
a { background-color: #A60FC3; }
a { background-color: rgb(166,15,195); }
div.DivClassName
{
background-color: #A60FC3;
}
.BgClassName
{
background-color: #A60FC3;
}
</style>
border-color css
<style>
span { border-color: #A60FC3; }
span { border-color: rgb(166,15,195); }
td.TdClassName
{
border-color: #A60FC3;
}
.TagClassName
{
border-color: #A60FC3;
}
</style>