Shades of Dark Violet #A707CF
Tints of Dark Violet #A707CF
RGB
CMYK
RGB Variations
Color information
#A707CF (or 0xA707CF) is known color: Dark Violet. HEX triplet: A7, 07 and CF. RGB value is (167,7,207). Sum of RGB (Red+Green+Blue) = 167+7+207=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 7 (3.12% from 255 or 1.84% 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 #A707CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707CF is #58F830. Grayscale: #4D4D4D. Windows color (decimal): -5830705 or 13567911. OLE color: 13567911.
HSL color Cylindrical-coordinate representation of color #A707CF: hue angle of 288º degrees, saturation: 0.93, 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 #A707CF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 7 | 207 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.19 |
| HSL | 288º | 0.93% | 0.42% | - |
| HSV(B) | 288º | 0.97% | 0.81% | - |
| XYZ | 27.27 | 12.87 | 60.08 | - |
| YUV | 77.64 | 201.01 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 207 | 0.19 | 0.97 | 0 | 0.19 | 288 | 0.93 | 0.42 |
| Hex | A7 | 7 | CF | 13 | 61 | 0 | 13 | 120 | 5D | 2A |
| Octal | 247 | 7 | 317 | 23 | 141 | 0 | 23 | 440 | 135 | 52 |
| Binary | 10100111 | 111 | 11001111 | 10011 | 1100001 | 0 | 10011 | 100100000 | 1011101 | 101010 |
Color Harmonies of #A707CF
Complementary color
Monochromatic Colors of #A707CF
Black with #A707CF
Text Example
Text Example
White with #A707CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A707CF; }
p { color: rgb(167,7,207); }
H1.HeaderClassName
{
color: #A707CF;
}
.AnyTagClassName
{
color: #A707CF;
}
</style>
background-color css
<style>
a { background-color: #A707CF; }
a { background-color: rgb(167,7,207); }
div.DivClassName
{
background-color: #A707CF;
}
.BgClassName
{
background-color: #A707CF;
}
</style>
border-color css
<style>
span { border-color: #A707CF; }
span { border-color: rgb(167,7,207); }
td.TdClassName
{
border-color: #A707CF;
}
.TagClassName
{
border-color: #A707CF;
}
</style>