Shades of Dark Violet #A815BA
Tints of Dark Violet #A815BA
RGB
CMYK
RGB Variations
Color information
#A815BA (or 0xA815BA) is known color: Dark Violet. HEX triplet: A8, 15 and BA. RGB value is (168,21,186). Sum of RGB (Red+Green+Blue) = 168+21+186=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A815BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815BA is #57EA45. Grayscale: #535353. Windows color (decimal): -5761606 or 12195240. OLE color: 12195240.
HSL color Cylindrical-coordinate representation of color #A815BA: hue angle of 293.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A815BA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 21 | 186 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.27 |
| HSL | 293.45º | 0.8% | 0.41% | - |
| HSV(B) | 293.45º | 0.89% | 0.73% | - |
| XYZ | 25.28 | 12.41 | 47.52 | - |
| YUV | 83.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 186 | 0.10 | 0.89 | 0 | 0.27 | 293.45 | 0.8 | 0.41 |
| Hex | A8 | 15 | BA | A | 59 | 0 | 1B | 125 | 50 | 29 |
| Octal | 250 | 25 | 272 | 12 | 131 | 0 | 33 | 445 | 120 | 51 |
| Binary | 10101000 | 10101 | 10111010 | 1010 | 1011001 | 0 | 11011 | 100100101 | 1010000 | 101001 |
Color Harmonies of #A815BA
Complementary color
Monochromatic Colors of #A815BA
Black with #A815BA
Text Example
Text Example
White with #A815BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815BA; }
p { color: rgb(168,21,186); }
H1.HeaderClassName
{
color: #A815BA;
}
.AnyTagClassName
{
color: #A815BA;
}
</style>
background-color css
<style>
a { background-color: #A815BA; }
a { background-color: rgb(168,21,186); }
div.DivClassName
{
background-color: #A815BA;
}
.BgClassName
{
background-color: #A815BA;
}
</style>
border-color css
<style>
span { border-color: #A815BA; }
span { border-color: rgb(168,21,186); }
td.TdClassName
{
border-color: #A815BA;
}
.TagClassName
{
border-color: #A815BA;
}
</style>