Shades of Dark Violet #A108C2
Tints of Dark Violet #A108C2
RGB
CMYK
RGB Variations
Color information
#A108C2 (or 0xA108C2) is known color: Dark Violet. HEX triplet: A1, 08 and C2. RGB value is (161,8,194). Sum of RGB (Red+Green+Blue) = 161+8+194=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #A108C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108C2 is #5EF73D. Grayscale: #4A4A4A. Windows color (decimal): -6223678 or 12716193. OLE color: 12716193.
HSL color Cylindrical-coordinate representation of color #A108C2: hue angle of 289.35º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108C2 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 8 | 194 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.24 |
| HSL | 289.35º | 0.92% | 0.4% | - |
| HSV(B) | 289.35º | 0.96% | 0.76% | - |
| XYZ | 24.52 | 11.65 | 51.99 | - |
| YUV | 74.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 194 | 0.17 | 0.96 | 0 | 0.24 | 289.35 | 0.92 | 0.4 |
| Hex | A1 | 8 | C2 | 11 | 60 | 0 | 18 | 121 | 5C | 28 |
| Octal | 241 | 10 | 302 | 21 | 140 | 0 | 30 | 441 | 134 | 50 |
| Binary | 10100001 | 1000 | 11000010 | 10001 | 1100000 | 0 | 11000 | 100100001 | 1011100 | 101000 |
Color Harmonies of #A108C2
Complementary color
Monochromatic Colors of #A108C2
Black with #A108C2
Text Example
Text Example
White with #A108C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108C2; }
p { color: rgb(161,8,194); }
H1.HeaderClassName
{
color: #A108C2;
}
.AnyTagClassName
{
color: #A108C2;
}
</style>
background-color css
<style>
a { background-color: #A108C2; }
a { background-color: rgb(161,8,194); }
div.DivClassName
{
background-color: #A108C2;
}
.BgClassName
{
background-color: #A108C2;
}
</style>
border-color css
<style>
span { border-color: #A108C2; }
span { border-color: rgb(161,8,194); }
td.TdClassName
{
border-color: #A108C2;
}
.TagClassName
{
border-color: #A108C2;
}
</style>