Shades of Dark Violet #A607DC
Tints of Dark Violet #A607DC
RGB
CMYK
RGB Variations
Color information
#A607DC (or 0xA607DC) is known color: Dark Violet. HEX triplet: A6, 07 and DC. RGB value is (166,7,220). Sum of RGB (Red+Green+Blue) = 166+7+220=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #A607DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607DC is #59F823. Grayscale: #4E4E4E. Windows color (decimal): -5896228 or 14419878. OLE color: 14419878.
HSL color Cylindrical-coordinate representation of color #A607DC: hue angle of 284.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A607DC is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 7 | 220 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.14 |
| HSL | 284.79º | 0.94% | 0.45% | - |
| HSV(B) | 284.79º | 0.97% | 0.86% | - |
| XYZ | 28.72 | 13.43 | 68.79 | - |
| YUV | 78.82 | 207.68 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 220 | 0.25 | 0.97 | 0 | 0.14 | 284.79 | 0.94 | 0.45 |
| Hex | A6 | 7 | DC | 19 | 61 | 0 | E | 11D | 5E | 2D |
| Octal | 246 | 7 | 334 | 31 | 141 | 0 | 16 | 435 | 136 | 55 |
| Binary | 10100110 | 111 | 11011100 | 11001 | 1100001 | 0 | 1110 | 100011101 | 1011110 | 101101 |
Color Harmonies of #A607DC
Complementary color
Monochromatic Colors of #A607DC
Black with #A607DC
Text Example
Text Example
White with #A607DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607DC; }
p { color: rgb(166,7,220); }
H1.HeaderClassName
{
color: #A607DC;
}
.AnyTagClassName
{
color: #A607DC;
}
</style>
background-color css
<style>
a { background-color: #A607DC; }
a { background-color: rgb(166,7,220); }
div.DivClassName
{
background-color: #A607DC;
}
.BgClassName
{
background-color: #A607DC;
}
</style>
border-color css
<style>
span { border-color: #A607DC; }
span { border-color: rgb(166,7,220); }
td.TdClassName
{
border-color: #A607DC;
}
.TagClassName
{
border-color: #A607DC;
}
</style>