Shades of Dark Violet #A617CD
Tints of Dark Violet #A617CD
RGB
CMYK
RGB Variations
Color information
#A617CD (or 0xA617CD) is known color: Dark Violet. HEX triplet: A6, 17 and CD. RGB value is (166,23,205). Sum of RGB (Red+Green+Blue) = 166+23+205=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #A617CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617CD is #59E832. Grayscale: #555555. Windows color (decimal): -5892147 or 13440934. OLE color: 13440934.
HSL color Cylindrical-coordinate representation of color #A617CD: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A617CD is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 23 | 205 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.20 |
| HSL | 287.14º | 0.8% | 0.45% | - |
| HSV(B) | 287.14º | 0.89% | 0.8% | - |
| XYZ | 27.05 | 13.13 | 58.87 | - |
| YUV | 86.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 205 | 0.19 | 0.89 | 0 | 0.20 | 287.14 | 0.8 | 0.45 |
| Hex | A6 | 17 | CD | 13 | 59 | 0 | 14 | 11F | 50 | 2D |
| Octal | 246 | 27 | 315 | 23 | 131 | 0 | 24 | 437 | 120 | 55 |
| Binary | 10100110 | 10111 | 11001101 | 10011 | 1011001 | 0 | 10100 | 100011111 | 1010000 | 101101 |
Color Harmonies of #A617CD
Complementary color
Monochromatic Colors of #A617CD
Black with #A617CD
Text Example
Text Example
White with #A617CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617CD; }
p { color: rgb(166,23,205); }
H1.HeaderClassName
{
color: #A617CD;
}
.AnyTagClassName
{
color: #A617CD;
}
</style>
background-color css
<style>
a { background-color: #A617CD; }
a { background-color: rgb(166,23,205); }
div.DivClassName
{
background-color: #A617CD;
}
.BgClassName
{
background-color: #A617CD;
}
</style>
border-color css
<style>
span { border-color: #A617CD; }
span { border-color: rgb(166,23,205); }
td.TdClassName
{
border-color: #A617CD;
}
.TagClassName
{
border-color: #A617CD;
}
</style>