Shades of Dark Violet #A115C8
Tints of Dark Violet #A115C8
RGB
CMYK
RGB Variations
Color information
#A115C8 (or 0xA115C8) is known color: Dark Violet. HEX triplet: A1, 15 and C8. RGB value is (161,21,200). Sum of RGB (Red+Green+Blue) = 161+21+200=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #A115C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115C8 is #5EEA37. Grayscale: #525252. Windows color (decimal): -6220344 or 13112737. OLE color: 13112737.
HSL color Cylindrical-coordinate representation of color #A115C8: hue angle of 286.93º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A115C8 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 21 | 200 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.22 |
| HSL | 286.93º | 0.81% | 0.43% | - |
| HSV(B) | 286.93º | 0.9% | 0.78% | - |
| XYZ | 25.39 | 12.28 | 55.68 | - |
| YUV | 83.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 200 | 0.19 | 0.90 | 0 | 0.22 | 286.93 | 0.81 | 0.43 |
| Hex | A1 | 15 | C8 | 13 | 5A | 0 | 16 | 11F | 51 | 2B |
| Octal | 241 | 25 | 310 | 23 | 132 | 0 | 26 | 437 | 121 | 53 |
| Binary | 10100001 | 10101 | 11001000 | 10011 | 1011010 | 0 | 10110 | 100011111 | 1010001 | 101011 |
Color Harmonies of #A115C8
Complementary color
Monochromatic Colors of #A115C8
Black with #A115C8
Text Example
Text Example
White with #A115C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115C8; }
p { color: rgb(161,21,200); }
H1.HeaderClassName
{
color: #A115C8;
}
.AnyTagClassName
{
color: #A115C8;
}
</style>
background-color css
<style>
a { background-color: #A115C8; }
a { background-color: rgb(161,21,200); }
div.DivClassName
{
background-color: #A115C8;
}
.BgClassName
{
background-color: #A115C8;
}
</style>
border-color css
<style>
span { border-color: #A115C8; }
span { border-color: rgb(161,21,200); }
td.TdClassName
{
border-color: #A115C8;
}
.TagClassName
{
border-color: #A115C8;
}
</style>