Shades of Dark Violet #A806CF
Tints of Dark Violet #A806CF
RGB
CMYK
RGB Variations
Color information
#A806CF (or 0xA806CF) is known color: Dark Violet. HEX triplet: A8, 06 and CF. RGB value is (168,6,207). Sum of RGB (Red+Green+Blue) = 168+6+207=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #A806CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806CF is #57F930. Grayscale: #4C4C4C. Windows color (decimal): -5765425 or 13567656. OLE color: 13567656.
HSL color Cylindrical-coordinate representation of color #A806CF: hue angle of 288.36º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806CF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 6 | 207 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.19 |
| HSL | 288.36º | 0.94% | 0.42% | - |
| HSV(B) | 288.36º | 0.97% | 0.81% | - |
| XYZ | 27.48 | 12.96 | 60.08 | - |
| YUV | 77.35 | 201.17 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 207 | 0.19 | 0.97 | 0 | 0.19 | 288.36 | 0.94 | 0.42 |
| Hex | A8 | 6 | CF | 13 | 61 | 0 | 13 | 120 | 5E | 2A |
| Octal | 250 | 6 | 317 | 23 | 141 | 0 | 23 | 440 | 136 | 52 |
| Binary | 10101000 | 110 | 11001111 | 10011 | 1100001 | 0 | 10011 | 100100000 | 1011110 | 101010 |
Color Harmonies of #A806CF
Complementary color
Monochromatic Colors of #A806CF
Black with #A806CF
Text Example
Text Example
White with #A806CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806CF; }
p { color: rgb(168,6,207); }
H1.HeaderClassName
{
color: #A806CF;
}
.AnyTagClassName
{
color: #A806CF;
}
</style>
background-color css
<style>
a { background-color: #A806CF; }
a { background-color: rgb(168,6,207); }
div.DivClassName
{
background-color: #A806CF;
}
.BgClassName
{
background-color: #A806CF;
}
</style>
border-color css
<style>
span { border-color: #A806CF; }
span { border-color: rgb(168,6,207); }
td.TdClassName
{
border-color: #A806CF;
}
.TagClassName
{
border-color: #A806CF;
}
</style>