Shades of Dark Violet #A107C1
Tints of Dark Violet #A107C1
RGB
CMYK
RGB Variations
Color information
#A107C1 (or 0xA107C1) is known color: Dark Violet. HEX triplet: A1, 07 and C1. RGB value is (161,7,193). Sum of RGB (Red+Green+Blue) = 161+7+193=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #A107C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107C1 is #5EF83E. Grayscale: #494949. Windows color (decimal): -6223935 or 12650401. OLE color: 12650401.
HSL color Cylindrical-coordinate representation of color #A107C1: hue angle of 289.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A107C1 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 7 | 193 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.24 |
| HSL | 289.68º | 0.93% | 0.39% | - |
| HSV(B) | 289.68º | 0.96% | 0.76% | - |
| XYZ | 24.4 | 11.58 | 51.4 | - |
| YUV | 74.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 193 | 0.17 | 0.96 | 0 | 0.24 | 289.68 | 0.93 | 0.39 |
| Hex | A1 | 7 | C1 | 11 | 60 | 0 | 18 | 122 | 5D | 27 |
| Octal | 241 | 7 | 301 | 21 | 140 | 0 | 30 | 442 | 135 | 47 |
| Binary | 10100001 | 111 | 11000001 | 10001 | 1100000 | 0 | 11000 | 100100010 | 1011101 | 100111 |
Color Harmonies of #A107C1
Complementary color
Monochromatic Colors of #A107C1
Black with #A107C1
Text Example
Text Example
White with #A107C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107C1; }
p { color: rgb(161,7,193); }
H1.HeaderClassName
{
color: #A107C1;
}
.AnyTagClassName
{
color: #A107C1;
}
</style>
background-color css
<style>
a { background-color: #A107C1; }
a { background-color: rgb(161,7,193); }
div.DivClassName
{
background-color: #A107C1;
}
.BgClassName
{
background-color: #A107C1;
}
</style>
border-color css
<style>
span { border-color: #A107C1; }
span { border-color: rgb(161,7,193); }
td.TdClassName
{
border-color: #A107C1;
}
.TagClassName
{
border-color: #A107C1;
}
</style>