Shades of Dark Violet #A60CCD
Tints of Dark Violet #A60CCD
RGB
CMYK
RGB Variations
Color information
#A60CCD (or 0xA60CCD) is known color: Dark Violet. HEX triplet: A6, 0C and CD. RGB value is (166,12,205). Sum of RGB (Red+Green+Blue) = 166+12+205=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #A60CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CCD is #59F332. Grayscale: #4F4F4F. Windows color (decimal): -5894963 or 13438118. OLE color: 13438118.
HSL color Cylindrical-coordinate representation of color #A60CCD: hue angle of 287.88º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60CCD is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 12 | 205 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.20 |
| HSL | 287.88º | 0.89% | 0.43% | - |
| HSV(B) | 287.88º | 0.94% | 0.8% | - |
| XYZ | 26.88 | 12.78 | 58.81 | - |
| YUV | 80.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 205 | 0.19 | 0.94 | 0 | 0.20 | 287.88 | 0.89 | 0.43 |
| Hex | A6 | C | CD | 13 | 5E | 0 | 14 | 120 | 59 | 2B |
| Octal | 246 | 14 | 315 | 23 | 136 | 0 | 24 | 440 | 131 | 53 |
| Binary | 10100110 | 1100 | 11001101 | 10011 | 1011110 | 0 | 10100 | 100100000 | 1011001 | 101011 |
Color Harmonies of #A60CCD
Complementary color
Monochromatic Colors of #A60CCD
Black with #A60CCD
Text Example
Text Example
White with #A60CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CCD; }
p { color: rgb(166,12,205); }
H1.HeaderClassName
{
color: #A60CCD;
}
.AnyTagClassName
{
color: #A60CCD;
}
</style>
background-color css
<style>
a { background-color: #A60CCD; }
a { background-color: rgb(166,12,205); }
div.DivClassName
{
background-color: #A60CCD;
}
.BgClassName
{
background-color: #A60CCD;
}
</style>
border-color css
<style>
span { border-color: #A60CCD; }
span { border-color: rgb(166,12,205); }
td.TdClassName
{
border-color: #A60CCD;
}
.TagClassName
{
border-color: #A60CCD;
}
</style>