Shades of Dark Violet #A813BA
Tints of Dark Violet #A813BA
RGB
CMYK
RGB Variations
Color information
#A813BA (or 0xA813BA) is known color: Dark Violet. HEX triplet: A8, 13 and BA. RGB value is (168,19,186). Sum of RGB (Red+Green+Blue) = 168+19+186=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A813BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813BA is #57EC45. Grayscale: #525252. Windows color (decimal): -5762118 or 12194728. OLE color: 12194728.
HSL color Cylindrical-coordinate representation of color #A813BA: hue angle of 293.53º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A813BA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 19 | 186 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.27 |
| HSL | 293.53º | 0.81% | 0.4% | - |
| HSV(B) | 293.53º | 0.9% | 0.73% | - |
| XYZ | 25.24 | 12.34 | 47.5 | - |
| YUV | 82.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 186 | 0.10 | 0.90 | 0 | 0.27 | 293.53 | 0.81 | 0.4 |
| Hex | A8 | 13 | BA | A | 5A | 0 | 1B | 126 | 51 | 28 |
| Octal | 250 | 23 | 272 | 12 | 132 | 0 | 33 | 446 | 121 | 50 |
| Binary | 10101000 | 10011 | 10111010 | 1010 | 1011010 | 0 | 11011 | 100100110 | 1010001 | 101000 |
Color Harmonies of #A813BA
Complementary color
Monochromatic Colors of #A813BA
Black with #A813BA
Text Example
Text Example
White with #A813BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813BA; }
p { color: rgb(168,19,186); }
H1.HeaderClassName
{
color: #A813BA;
}
.AnyTagClassName
{
color: #A813BA;
}
</style>
background-color css
<style>
a { background-color: #A813BA; }
a { background-color: rgb(168,19,186); }
div.DivClassName
{
background-color: #A813BA;
}
.BgClassName
{
background-color: #A813BA;
}
</style>
border-color css
<style>
span { border-color: #A813BA; }
span { border-color: rgb(168,19,186); }
td.TdClassName
{
border-color: #A813BA;
}
.TagClassName
{
border-color: #A813BA;
}
</style>