Shades of Dark Violet #A60ADC
Tints of Dark Violet #A60ADC
RGB
CMYK
RGB Variations
Color information
#A60ADC (or 0xA60ADC) is known color: Dark Violet. HEX triplet: A6, 0A and DC. RGB value is (166,10,220). Sum of RGB (Red+Green+Blue) = 166+10+220=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #A60ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ADC is #59F523. Grayscale: #4F4F4F. Windows color (decimal): -5895460 or 14420646. OLE color: 14420646.
HSL color Cylindrical-coordinate representation of color #A60ADC: hue angle of 284.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60ADC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 10 | 220 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.14 |
| HSL | 284.57º | 0.91% | 0.45% | - |
| HSV(B) | 284.57º | 0.95% | 0.86% | - |
| XYZ | 28.75 | 13.49 | 68.8 | - |
| YUV | 80.58 | 206.68 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 220 | 0.25 | 0.95 | 0 | 0.14 | 284.57 | 0.91 | 0.45 |
| Hex | A6 | A | DC | 19 | 5F | 0 | E | 11D | 5B | 2D |
| Octal | 246 | 12 | 334 | 31 | 137 | 0 | 16 | 435 | 133 | 55 |
| Binary | 10100110 | 1010 | 11011100 | 11001 | 1011111 | 0 | 1110 | 100011101 | 1011011 | 101101 |
Color Harmonies of #A60ADC
Complementary color
Monochromatic Colors of #A60ADC
Black with #A60ADC
Text Example
Text Example
White with #A60ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60ADC; }
p { color: rgb(166,10,220); }
H1.HeaderClassName
{
color: #A60ADC;
}
.AnyTagClassName
{
color: #A60ADC;
}
</style>
background-color css
<style>
a { background-color: #A60ADC; }
a { background-color: rgb(166,10,220); }
div.DivClassName
{
background-color: #A60ADC;
}
.BgClassName
{
background-color: #A60ADC;
}
</style>
border-color css
<style>
span { border-color: #A60ADC; }
span { border-color: rgb(166,10,220); }
td.TdClassName
{
border-color: #A60ADC;
}
.TagClassName
{
border-color: #A60ADC;
}
</style>