Shades of Dark Violet #A115D5
Tints of Dark Violet #A115D5
RGB
CMYK
RGB Variations
Color information
#A115D5 (or 0xA115D5) is known color: Dark Violet. HEX triplet: A1, 15 and D5. RGB value is (161,21,213). Sum of RGB (Red+Green+Blue) = 161+21+213=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #A115D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115D5 is #5EEA2A. Grayscale: #545454. Windows color (decimal): -6220331 or 13964705. OLE color: 13964705.
HSL color Cylindrical-coordinate representation of color #A115D5: hue angle of 283.75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A115D5 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 21 | 213 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.16 |
| HSL | 283.75º | 0.82% | 0.46% | - |
| HSV(B) | 283.75º | 0.9% | 0.84% | - |
| XYZ | 26.98 | 12.92 | 64.02 | - |
| YUV | 84.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 213 | 0.24 | 0.90 | 0 | 0.16 | 283.75 | 0.82 | 0.46 |
| Hex | A1 | 15 | D5 | 18 | 5A | 0 | 10 | 11C | 52 | 2E |
| Octal | 241 | 25 | 325 | 30 | 132 | 0 | 20 | 434 | 122 | 56 |
| Binary | 10100001 | 10101 | 11010101 | 11000 | 1011010 | 0 | 10000 | 100011100 | 1010010 | 101110 |
Color Harmonies of #A115D5
Complementary color
Monochromatic Colors of #A115D5
Black with #A115D5
Text Example
Text Example
White with #A115D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115D5; }
p { color: rgb(161,21,213); }
H1.HeaderClassName
{
color: #A115D5;
}
.AnyTagClassName
{
color: #A115D5;
}
</style>
background-color css
<style>
a { background-color: #A115D5; }
a { background-color: rgb(161,21,213); }
div.DivClassName
{
background-color: #A115D5;
}
.BgClassName
{
background-color: #A115D5;
}
</style>
border-color css
<style>
span { border-color: #A115D5; }
span { border-color: rgb(161,21,213); }
td.TdClassName
{
border-color: #A115D5;
}
.TagClassName
{
border-color: #A115D5;
}
</style>