Shades of Dark Violet #A60CDE
Tints of Dark Violet #A60CDE
RGB
CMYK
RGB Variations
Color information
#A60CDE (or 0xA60CDE) is known color: Dark Violet. HEX triplet: A6, 0C and DE. RGB value is (166,12,222). Sum of RGB (Red+Green+Blue) = 166+12+222=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #A60CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CDE is #59F321. Grayscale: #515151. Windows color (decimal): -5894946 or 14552230. OLE color: 14552230.
HSL color Cylindrical-coordinate representation of color #A60CDE: hue angle of 284º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CDE is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 12 | 222 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.13 |
| HSL | 284º | 0.9% | 0.46% | - |
| HSV(B) | 284º | 0.95% | 0.87% | - |
| XYZ | 29.04 | 13.64 | 70.21 | - |
| YUV | 81.99 | 207.02 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 222 | 0.25 | 0.95 | 0 | 0.13 | 284 | 0.9 | 0.46 |
| Hex | A6 | C | DE | 19 | 5F | 0 | D | 11C | 5A | 2E |
| Octal | 246 | 14 | 336 | 31 | 137 | 0 | 15 | 434 | 132 | 56 |
| Binary | 10100110 | 1100 | 11011110 | 11001 | 1011111 | 0 | 1101 | 100011100 | 1011010 | 101110 |
Color Harmonies of #A60CDE
Complementary color
Monochromatic Colors of #A60CDE
Black with #A60CDE
Text Example
Text Example
White with #A60CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CDE; }
p { color: rgb(166,12,222); }
H1.HeaderClassName
{
color: #A60CDE;
}
.AnyTagClassName
{
color: #A60CDE;
}
</style>
background-color css
<style>
a { background-color: #A60CDE; }
a { background-color: rgb(166,12,222); }
div.DivClassName
{
background-color: #A60CDE;
}
.BgClassName
{
background-color: #A60CDE;
}
</style>
border-color css
<style>
span { border-color: #A60CDE; }
span { border-color: rgb(166,12,222); }
td.TdClassName
{
border-color: #A60CDE;
}
.TagClassName
{
border-color: #A60CDE;
}
</style>