Shades of Dark Violet #A617CF
Tints of Dark Violet #A617CF
RGB
CMYK
RGB Variations
Color information
#A617CF (or 0xA617CF) is known color: Dark Violet. HEX triplet: A6, 17 and CF. RGB value is (166,23,207). Sum of RGB (Red+Green+Blue) = 166+23+207=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #A617CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617CF is #59E830. Grayscale: #565656. Windows color (decimal): -5892145 or 13572006. OLE color: 13572006.
HSL color Cylindrical-coordinate representation of color #A617CF: hue angle of 286.63º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A617CF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 23 | 207 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.19 |
| HSL | 286.63º | 0.8% | 0.45% | - |
| HSV(B) | 286.63º | 0.89% | 0.81% | - |
| XYZ | 27.29 | 13.22 | 60.15 | - |
| YUV | 86.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 207 | 0.20 | 0.89 | 0 | 0.19 | 286.63 | 0.8 | 0.45 |
| Hex | A6 | 17 | CF | 14 | 59 | 0 | 13 | 11F | 50 | 2D |
| Octal | 246 | 27 | 317 | 24 | 131 | 0 | 23 | 437 | 120 | 55 |
| Binary | 10100110 | 10111 | 11001111 | 10100 | 1011001 | 0 | 10011 | 100011111 | 1010000 | 101101 |
Color Harmonies of #A617CF
Complementary color
Monochromatic Colors of #A617CF
Black with #A617CF
Text Example
Text Example
White with #A617CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A617CF; }
p { color: rgb(166,23,207); }
H1.HeaderClassName
{
color: #A617CF;
}
.AnyTagClassName
{
color: #A617CF;
}
</style>
background-color css
<style>
a { background-color: #A617CF; }
a { background-color: rgb(166,23,207); }
div.DivClassName
{
background-color: #A617CF;
}
.BgClassName
{
background-color: #A617CF;
}
</style>
border-color css
<style>
span { border-color: #A617CF; }
span { border-color: rgb(166,23,207); }
td.TdClassName
{
border-color: #A617CF;
}
.TagClassName
{
border-color: #A617CF;
}
</style>