Shades of Dark Violet #A115CC
Tints of Dark Violet #A115CC
RGB
CMYK
RGB Variations
Color information
#A115CC (or 0xA115CC) is known color: Dark Violet. HEX triplet: A1, 15 and CC. RGB value is (161,21,204). Sum of RGB (Red+Green+Blue) = 161+21+204=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #A115CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115CC is #5EEA33. Grayscale: #535353. Windows color (decimal): -6220340 or 13374881. OLE color: 13374881.
HSL color Cylindrical-coordinate representation of color #A115CC: hue angle of 285.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A115CC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 21 | 204 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.2 |
| HSL | 285.9º | 0.81% | 0.44% | - |
| HSV(B) | 285.9º | 0.9% | 0.8% | - |
| XYZ | 25.87 | 12.47 | 58.17 | - |
| YUV | 83.72 | 195.88 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 204 | 0.21 | 0.90 | 0 | 0.2 | 285.9 | 0.81 | 0.44 |
| Hex | A1 | 15 | CC | 15 | 5A | 0 | 14 | 11E | 51 | 2C |
| Octal | 241 | 25 | 314 | 25 | 132 | 0 | 24 | 436 | 121 | 54 |
| Binary | 10100001 | 10101 | 11001100 | 10101 | 1011010 | 0 | 10100 | 100011110 | 1010001 | 101100 |
Color Harmonies of #A115CC
Complementary color
Monochromatic Colors of #A115CC
Black with #A115CC
Text Example
Text Example
White with #A115CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115CC; }
p { color: rgb(161,21,204); }
H1.HeaderClassName
{
color: #A115CC;
}
.AnyTagClassName
{
color: #A115CC;
}
</style>
background-color css
<style>
a { background-color: #A115CC; }
a { background-color: rgb(161,21,204); }
div.DivClassName
{
background-color: #A115CC;
}
.BgClassName
{
background-color: #A115CC;
}
</style>
border-color css
<style>
span { border-color: #A115CC; }
span { border-color: rgb(161,21,204); }
td.TdClassName
{
border-color: #A115CC;
}
.TagClassName
{
border-color: #A115CC;
}
</style>