Shades of Dark Violet #A108CF
Tints of Dark Violet #A108CF
RGB
CMYK
RGB Variations
Color information
#A108CF (or 0xA108CF) is known color: Dark Violet. HEX triplet: A1, 08 and CF. RGB value is (161,8,207). Sum of RGB (Red+Green+Blue) = 161+8+207=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #A108CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108CF is #5EF730. Grayscale: #4B4B4B. Windows color (decimal): -6223665 or 13568161. OLE color: 13568161.
HSL color Cylindrical-coordinate representation of color #A108CF: hue angle of 286.13º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108CF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 8 | 207 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.19 |
| HSL | 286.13º | 0.93% | 0.42% | - |
| HSV(B) | 286.13º | 0.96% | 0.81% | - |
| XYZ | 26.05 | 12.26 | 60.02 | - |
| YUV | 76.43 | 201.69 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 207 | 0.22 | 0.96 | 0 | 0.19 | 286.13 | 0.93 | 0.42 |
| Hex | A1 | 8 | CF | 16 | 60 | 0 | 13 | 11E | 5D | 2A |
| Octal | 241 | 10 | 317 | 26 | 140 | 0 | 23 | 436 | 135 | 52 |
| Binary | 10100001 | 1000 | 11001111 | 10110 | 1100000 | 0 | 10011 | 100011110 | 1011101 | 101010 |
Color Harmonies of #A108CF
Complementary color
Monochromatic Colors of #A108CF
Black with #A108CF
Text Example
Text Example
White with #A108CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108CF; }
p { color: rgb(161,8,207); }
H1.HeaderClassName
{
color: #A108CF;
}
.AnyTagClassName
{
color: #A108CF;
}
</style>
background-color css
<style>
a { background-color: #A108CF; }
a { background-color: rgb(161,8,207); }
div.DivClassName
{
background-color: #A108CF;
}
.BgClassName
{
background-color: #A108CF;
}
</style>
border-color css
<style>
span { border-color: #A108CF; }
span { border-color: rgb(161,8,207); }
td.TdClassName
{
border-color: #A108CF;
}
.TagClassName
{
border-color: #A108CF;
}
</style>