Shades of Dark Violet #A115BC
Tints of Dark Violet #A115BC
RGB
CMYK
RGB Variations
Color information
#A115BC (or 0xA115BC) is known color: Dark Violet. HEX triplet: A1, 15 and BC. RGB value is (161,21,188). Sum of RGB (Red+Green+Blue) = 161+21+188=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #A115BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115BC is #5EEA43. Grayscale: #515151. Windows color (decimal): -6220356 or 12326305. OLE color: 12326305.
HSL color Cylindrical-coordinate representation of color #A115BC: hue angle of 290.3º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A115BC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 21 | 188 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.26 |
| HSL | 290.3º | 0.8% | 0.41% | - |
| HSV(B) | 290.3º | 0.89% | 0.74% | - |
| XYZ | 24.04 | 11.74 | 48.58 | - |
| YUV | 81.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 188 | 0.14 | 0.89 | 0 | 0.26 | 290.3 | 0.8 | 0.41 |
| Hex | A1 | 15 | BC | E | 59 | 0 | 1A | 122 | 50 | 29 |
| Octal | 241 | 25 | 274 | 16 | 131 | 0 | 32 | 442 | 120 | 51 |
| Binary | 10100001 | 10101 | 10111100 | 1110 | 1011001 | 0 | 11010 | 100100010 | 1010000 | 101001 |
Color Harmonies of #A115BC
Complementary color
Monochromatic Colors of #A115BC
Black with #A115BC
Text Example
Text Example
White with #A115BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115BC; }
p { color: rgb(161,21,188); }
H1.HeaderClassName
{
color: #A115BC;
}
.AnyTagClassName
{
color: #A115BC;
}
</style>
background-color css
<style>
a { background-color: #A115BC; }
a { background-color: rgb(161,21,188); }
div.DivClassName
{
background-color: #A115BC;
}
.BgClassName
{
background-color: #A115BC;
}
</style>
border-color css
<style>
span { border-color: #A115BC; }
span { border-color: rgb(161,21,188); }
td.TdClassName
{
border-color: #A115BC;
}
.TagClassName
{
border-color: #A115BC;
}
</style>