Shades of Dark Violet #A108C9
Tints of Dark Violet #A108C9
RGB
CMYK
RGB Variations
Color information
#A108C9 (or 0xA108C9) is known color: Dark Violet. HEX triplet: A1, 08 and C9. RGB value is (161,8,201). Sum of RGB (Red+Green+Blue) = 161+8+201=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #A108C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108C9 is #5EF736. Grayscale: #4B4B4B. Windows color (decimal): -6223671 or 13174945. OLE color: 13174945.
HSL color Cylindrical-coordinate representation of color #A108C9: hue angle of 287.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108C9 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 8 | 201 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.21 |
| HSL | 287.56º | 0.92% | 0.41% | - |
| HSV(B) | 287.56º | 0.96% | 0.79% | - |
| XYZ | 25.33 | 11.97 | 56.23 | - |
| YUV | 75.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 201 | 0.20 | 0.96 | 0 | 0.21 | 287.56 | 0.92 | 0.41 |
| Hex | A1 | 8 | C9 | 14 | 60 | 0 | 15 | 120 | 5C | 29 |
| Octal | 241 | 10 | 311 | 24 | 140 | 0 | 25 | 440 | 134 | 51 |
| Binary | 10100001 | 1000 | 11001001 | 10100 | 1100000 | 0 | 10101 | 100100000 | 1011100 | 101001 |
Color Harmonies of #A108C9
Complementary color
Monochromatic Colors of #A108C9
Black with #A108C9
Text Example
Text Example
White with #A108C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108C9; }
p { color: rgb(161,8,201); }
H1.HeaderClassName
{
color: #A108C9;
}
.AnyTagClassName
{
color: #A108C9;
}
</style>
background-color css
<style>
a { background-color: #A108C9; }
a { background-color: rgb(161,8,201); }
div.DivClassName
{
background-color: #A108C9;
}
.BgClassName
{
background-color: #A108C9;
}
</style>
border-color css
<style>
span { border-color: #A108C9; }
span { border-color: rgb(161,8,201); }
td.TdClassName
{
border-color: #A108C9;
}
.TagClassName
{
border-color: #A108C9;
}
</style>