Shades of Dark Violet #A00FBA
Tints of Dark Violet #A00FBA
RGB
CMYK
RGB Variations
Color information
#A00FBA (or 0xA00FBA) is known color: Dark Violet. HEX triplet: A0, 0F and BA. RGB value is (160,15,186). Sum of RGB (Red+Green+Blue) = 160+15+186=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #A00FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FBA is #5FF045. Grayscale: #4D4D4D. Windows color (decimal): -6287430 or 12193696. OLE color: 12193696.
HSL color Cylindrical-coordinate representation of color #A00FBA: hue angle of 290.88º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00FBA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 15 | 186 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.27 |
| HSL | 290.88º | 0.85% | 0.39% | - |
| HSV(B) | 290.88º | 0.92% | 0.73% | - |
| XYZ | 23.53 | 11.36 | 47.41 | - |
| YUV | 77.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 186 | 0.14 | 0.92 | 0 | 0.27 | 290.88 | 0.85 | 0.39 |
| Hex | A0 | F | BA | E | 5C | 0 | 1B | 123 | 55 | 27 |
| Octal | 240 | 17 | 272 | 16 | 134 | 0 | 33 | 443 | 125 | 47 |
| Binary | 10100000 | 1111 | 10111010 | 1110 | 1011100 | 0 | 11011 | 100100011 | 1010101 | 100111 |
Color Harmonies of #A00FBA
Complementary color
Monochromatic Colors of #A00FBA
Black with #A00FBA
Text Example
Text Example
White with #A00FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FBA; }
p { color: rgb(160,15,186); }
H1.HeaderClassName
{
color: #A00FBA;
}
.AnyTagClassName
{
color: #A00FBA;
}
</style>
background-color css
<style>
a { background-color: #A00FBA; }
a { background-color: rgb(160,15,186); }
div.DivClassName
{
background-color: #A00FBA;
}
.BgClassName
{
background-color: #A00FBA;
}
</style>
border-color css
<style>
span { border-color: #A00FBA; }
span { border-color: rgb(160,15,186); }
td.TdClassName
{
border-color: #A00FBA;
}
.TagClassName
{
border-color: #A00FBA;
}
</style>