Shades of Dark Violet #A805BA
Tints of Dark Violet #A805BA
RGB
CMYK
RGB Variations
Color information
#A805BA (or 0xA805BA) is known color: Dark Violet. HEX triplet: A8, 05 and BA. RGB value is (168,5,186). Sum of RGB (Red+Green+Blue) = 168+5+186=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #A805BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805BA is #57FA45. Grayscale: #494949. Windows color (decimal): -5765702 or 12191144. OLE color: 12191144.
HSL color Cylindrical-coordinate representation of color #A805BA: hue angle of 294.03º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805BA is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 5 | 186 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.27 |
| HSL | 294.03º | 0.95% | 0.37% | - |
| HSV(B) | 294.03º | 0.97% | 0.73% | - |
| XYZ | 25.07 | 11.98 | 47.45 | - |
| YUV | 74.37 | 191 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 186 | 0.10 | 0.97 | 0 | 0.27 | 294.03 | 0.95 | 0.37 |
| Hex | A8 | 5 | BA | A | 61 | 0 | 1B | 126 | 5F | 25 |
| Octal | 250 | 5 | 272 | 12 | 141 | 0 | 33 | 446 | 137 | 45 |
| Binary | 10101000 | 101 | 10111010 | 1010 | 1100001 | 0 | 11011 | 100100110 | 1011111 | 100101 |
Color Harmonies of #A805BA
Complementary color
Monochromatic Colors of #A805BA
Black with #A805BA
Text Example
Text Example
White with #A805BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805BA; }
p { color: rgb(168,5,186); }
H1.HeaderClassName
{
color: #A805BA;
}
.AnyTagClassName
{
color: #A805BA;
}
</style>
background-color css
<style>
a { background-color: #A805BA; }
a { background-color: rgb(168,5,186); }
div.DivClassName
{
background-color: #A805BA;
}
.BgClassName
{
background-color: #A805BA;
}
</style>
border-color css
<style>
span { border-color: #A805BA; }
span { border-color: rgb(168,5,186); }
td.TdClassName
{
border-color: #A805BA;
}
.TagClassName
{
border-color: #A805BA;
}
</style>