Shades of Dark Violet #A60FC4
Tints of Dark Violet #A60FC4
RGB
CMYK
RGB Variations
Color information
#A60FC4 (or 0xA60FC4) is known color: Dark Violet. HEX triplet: A6, 0F and C4. RGB value is (166,15,196). Sum of RGB (Red+Green+Blue) = 166+15+196=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #A60FC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FC4 is #59F03B. Grayscale: #505050. Windows color (decimal): -5894204 or 12849062. OLE color: 12849062.
HSL color Cylindrical-coordinate representation of color #A60FC4: hue angle of 290.06º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60FC4 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 15 | 196 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.23 |
| HSL | 290.06º | 0.86% | 0.41% | - |
| HSV(B) | 290.06º | 0.92% | 0.77% | - |
| XYZ | 25.86 | 12.43 | 53.26 | - |
| YUV | 80.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 196 | 0.15 | 0.92 | 0 | 0.23 | 290.06 | 0.86 | 0.41 |
| Hex | A6 | F | C4 | F | 5C | 0 | 17 | 122 | 56 | 29 |
| Octal | 246 | 17 | 304 | 17 | 134 | 0 | 27 | 442 | 126 | 51 |
| Binary | 10100110 | 1111 | 11000100 | 1111 | 1011100 | 0 | 10111 | 100100010 | 1010110 | 101001 |
Color Harmonies of #A60FC4
Complementary color
Monochromatic Colors of #A60FC4
Black with #A60FC4
Text Example
Text Example
White with #A60FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FC4; }
p { color: rgb(166,15,196); }
H1.HeaderClassName
{
color: #A60FC4;
}
.AnyTagClassName
{
color: #A60FC4;
}
</style>
background-color css
<style>
a { background-color: #A60FC4; }
a { background-color: rgb(166,15,196); }
div.DivClassName
{
background-color: #A60FC4;
}
.BgClassName
{
background-color: #A60FC4;
}
</style>
border-color css
<style>
span { border-color: #A60FC4; }
span { border-color: rgb(166,15,196); }
td.TdClassName
{
border-color: #A60FC4;
}
.TagClassName
{
border-color: #A60FC4;
}
</style>