Shades of Dark Violet #A107CF
Tints of Dark Violet #A107CF
RGB
CMYK
RGB Variations
Color information
#A107CF (or 0xA107CF) is known color: Dark Violet. HEX triplet: A1, 07 and CF. RGB value is (161,7,207). Sum of RGB (Red+Green+Blue) = 161+7+207=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #A107CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107CF is #5EF830. Grayscale: #4B4B4B. Windows color (decimal): -6223921 or 13567905. OLE color: 13567905.
HSL color Cylindrical-coordinate representation of color #A107CF: hue angle of 286.2º 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 #A107CF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 7 | 207 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.19 |
| HSL | 286.2º | 0.93% | 0.42% | - |
| HSV(B) | 286.2º | 0.97% | 0.81% | - |
| XYZ | 26.04 | 12.23 | 60.02 | - |
| YUV | 75.85 | 202.02 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 207 | 0.22 | 0.97 | 0 | 0.19 | 286.2 | 0.93 | 0.42 |
| Hex | A1 | 7 | CF | 16 | 61 | 0 | 13 | 11E | 5D | 2A |
| Octal | 241 | 7 | 317 | 26 | 141 | 0 | 23 | 436 | 135 | 52 |
| Binary | 10100001 | 111 | 11001111 | 10110 | 1100001 | 0 | 10011 | 100011110 | 1011101 | 101010 |
Color Harmonies of #A107CF
Complementary color
Monochromatic Colors of #A107CF
Black with #A107CF
Text Example
Text Example
White with #A107CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107CF; }
p { color: rgb(161,7,207); }
H1.HeaderClassName
{
color: #A107CF;
}
.AnyTagClassName
{
color: #A107CF;
}
</style>
background-color css
<style>
a { background-color: #A107CF; }
a { background-color: rgb(161,7,207); }
div.DivClassName
{
background-color: #A107CF;
}
.BgClassName
{
background-color: #A107CF;
}
</style>
border-color css
<style>
span { border-color: #A107CF; }
span { border-color: rgb(161,7,207); }
td.TdClassName
{
border-color: #A107CF;
}
.TagClassName
{
border-color: #A107CF;
}
</style>