Shades of Dark Violet #A310BF
Tints of Dark Violet #A310BF
RGB
CMYK
RGB Variations
Color information
#A310BF (or 0xA310BF) is known color: Dark Violet. HEX triplet: A3, 10 and BF. RGB value is (163,16,191). Sum of RGB (Red+Green+Blue) = 163+16+191=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #A310BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310BF is #5CEF40. Grayscale: #4F4F4F. Windows color (decimal): -6090561 or 12521635. OLE color: 12521635.
HSL color Cylindrical-coordinate representation of color #A310BF: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A310BF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 16 | 191 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.25 |
| HSL | 290.4º | 0.85% | 0.41% | - |
| HSV(B) | 290.4º | 0.92% | 0.75% | - |
| XYZ | 24.69 | 11.92 | 50.29 | - |
| YUV | 79.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 191 | 0.15 | 0.92 | 0 | 0.25 | 290.4 | 0.85 | 0.41 |
| Hex | A3 | 10 | BF | F | 5C | 0 | 19 | 122 | 55 | 29 |
| Octal | 243 | 20 | 277 | 17 | 134 | 0 | 31 | 442 | 125 | 51 |
| Binary | 10100011 | 10000 | 10111111 | 1111 | 1011100 | 0 | 11001 | 100100010 | 1010101 | 101001 |
Color Harmonies of #A310BF
Complementary color
Monochromatic Colors of #A310BF
Black with #A310BF
Text Example
Text Example
White with #A310BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310BF; }
p { color: rgb(163,16,191); }
H1.HeaderClassName
{
color: #A310BF;
}
.AnyTagClassName
{
color: #A310BF;
}
</style>
background-color css
<style>
a { background-color: #A310BF; }
a { background-color: rgb(163,16,191); }
div.DivClassName
{
background-color: #A310BF;
}
.BgClassName
{
background-color: #A310BF;
}
</style>
border-color css
<style>
span { border-color: #A310BF; }
span { border-color: rgb(163,16,191); }
td.TdClassName
{
border-color: #A310BF;
}
.TagClassName
{
border-color: #A310BF;
}
</style>