Shades of Dark Violet #A60FDA
Tints of Dark Violet #A60FDA
RGB
CMYK
RGB Variations
Color information
#A60FDA (or 0xA60FDA) is known color: Dark Violet. HEX triplet: A6, 0F and DA. RGB value is (166,15,218). Sum of RGB (Red+Green+Blue) = 166+15+218=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #A60FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FDA is #59F025. Grayscale: #525252. Windows color (decimal): -5894182 or 14290854. OLE color: 14290854.
HSL color Cylindrical-coordinate representation of color #A60FDA: hue angle of 284.63º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FDA is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 15 | 218 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.15 |
| HSL | 284.63º | 0.87% | 0.46% | - |
| HSV(B) | 284.63º | 0.93% | 0.85% | - |
| XYZ | 28.55 | 13.51 | 67.43 | - |
| YUV | 83.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 218 | 0.24 | 0.93 | 0 | 0.15 | 284.63 | 0.87 | 0.46 |
| Hex | A6 | F | DA | 18 | 5D | 0 | F | 11D | 57 | 2E |
| Octal | 246 | 17 | 332 | 30 | 135 | 0 | 17 | 435 | 127 | 56 |
| Binary | 10100110 | 1111 | 11011010 | 11000 | 1011101 | 0 | 1111 | 100011101 | 1010111 | 101110 |
Color Harmonies of #A60FDA
Complementary color
Monochromatic Colors of #A60FDA
Black with #A60FDA
Text Example
Text Example
White with #A60FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FDA; }
p { color: rgb(166,15,218); }
H1.HeaderClassName
{
color: #A60FDA;
}
.AnyTagClassName
{
color: #A60FDA;
}
</style>
background-color css
<style>
a { background-color: #A60FDA; }
a { background-color: rgb(166,15,218); }
div.DivClassName
{
background-color: #A60FDA;
}
.BgClassName
{
background-color: #A60FDA;
}
</style>
border-color css
<style>
span { border-color: #A60FDA; }
span { border-color: rgb(166,15,218); }
td.TdClassName
{
border-color: #A60FDA;
}
.TagClassName
{
border-color: #A60FDA;
}
</style>