Shades of Dark Violet #A107CC
Tints of Dark Violet #A107CC
RGB
CMYK
RGB Variations
Color information
#A107CC (or 0xA107CC) is known color: Dark Violet. HEX triplet: A1, 07 and CC. RGB value is (161,7,204). Sum of RGB (Red+Green+Blue) = 161+7+204=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #A107CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A107CC is #5EF833. Grayscale: #4A4A4A. Windows color (decimal): -6223924 or 13371297. OLE color: 13371297.
HSL color Cylindrical-coordinate representation of color #A107CC: hue angle of 286.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A107CC is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 7 | 204 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.2 |
| HSL | 286.9º | 0.93% | 0.41% | - |
| HSV(B) | 286.9º | 0.97% | 0.8% | - |
| XYZ | 25.67 | 12.09 | 58.11 | - |
| YUV | 75.5 | 200.52 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 204 | 0.21 | 0.97 | 0 | 0.2 | 286.9 | 0.93 | 0.41 |
| Hex | A1 | 7 | CC | 15 | 61 | 0 | 14 | 11F | 5D | 29 |
| Octal | 241 | 7 | 314 | 25 | 141 | 0 | 24 | 437 | 135 | 51 |
| Binary | 10100001 | 111 | 11001100 | 10101 | 1100001 | 0 | 10100 | 100011111 | 1011101 | 101001 |
Color Harmonies of #A107CC
Complementary color
Monochromatic Colors of #A107CC
Black with #A107CC
Text Example
Text Example
White with #A107CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107CC; }
p { color: rgb(161,7,204); }
H1.HeaderClassName
{
color: #A107CC;
}
.AnyTagClassName
{
color: #A107CC;
}
</style>
background-color css
<style>
a { background-color: #A107CC; }
a { background-color: rgb(161,7,204); }
div.DivClassName
{
background-color: #A107CC;
}
.BgClassName
{
background-color: #A107CC;
}
</style>
border-color css
<style>
span { border-color: #A107CC; }
span { border-color: rgb(161,7,204); }
td.TdClassName
{
border-color: #A107CC;
}
.TagClassName
{
border-color: #A107CC;
}
</style>