Shades of Dark Violet #A115CF
Tints of Dark Violet #A115CF
RGB
CMYK
RGB Variations
Color information
#A115CF (or 0xA115CF) is known color: Dark Violet. HEX triplet: A1, 15 and CF. RGB value is (161,21,207). Sum of RGB (Red+Green+Blue) = 161+21+207=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #A115CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115CF is #5EEA30. Grayscale: #535353. Windows color (decimal): -6220337 or 13571489. OLE color: 13571489.
HSL color Cylindrical-coordinate representation of color #A115CF: hue angle of 285.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A115CF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 21 | 207 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.19 |
| HSL | 285.16º | 0.82% | 0.45% | - |
| HSV(B) | 285.16º | 0.9% | 0.81% | - |
| XYZ | 26.23 | 12.62 | 60.08 | - |
| YUV | 84.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 207 | 0.22 | 0.90 | 0 | 0.19 | 285.16 | 0.82 | 0.45 |
| Hex | A1 | 15 | CF | 16 | 5A | 0 | 13 | 11D | 52 | 2D |
| Octal | 241 | 25 | 317 | 26 | 132 | 0 | 23 | 435 | 122 | 55 |
| Binary | 10100001 | 10101 | 11001111 | 10110 | 1011010 | 0 | 10011 | 100011101 | 1010010 | 101101 |
Color Harmonies of #A115CF
Complementary color
Monochromatic Colors of #A115CF
Black with #A115CF
Text Example
Text Example
White with #A115CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115CF; }
p { color: rgb(161,21,207); }
H1.HeaderClassName
{
color: #A115CF;
}
.AnyTagClassName
{
color: #A115CF;
}
</style>
background-color css
<style>
a { background-color: #A115CF; }
a { background-color: rgb(161,21,207); }
div.DivClassName
{
background-color: #A115CF;
}
.BgClassName
{
background-color: #A115CF;
}
</style>
border-color css
<style>
span { border-color: #A115CF; }
span { border-color: rgb(161,21,207); }
td.TdClassName
{
border-color: #A115CF;
}
.TagClassName
{
border-color: #A115CF;
}
</style>