Shades of Dark Violet #A00FBC
Tints of Dark Violet #A00FBC
RGB
CMYK
RGB Variations
Color information
#A00FBC (or 0xA00FBC) is known color: Dark Violet. HEX triplet: A0, 0F and BC. RGB value is (160,15,188). Sum of RGB (Red+Green+Blue) = 160+15+188=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #A00FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FBC is #5FF043. Grayscale: #4D4D4D. Windows color (decimal): -6287428 or 12324768. OLE color: 12324768.
HSL color Cylindrical-coordinate representation of color #A00FBC: hue angle of 290.29º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00FBC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 15 | 188 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.26 |
| HSL | 290.29º | 0.85% | 0.4% | - |
| HSV(B) | 290.29º | 0.92% | 0.74% | - |
| XYZ | 23.75 | 11.45 | 48.53 | - |
| YUV | 78.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 188 | 0.15 | 0.92 | 0 | 0.26 | 290.29 | 0.85 | 0.4 |
| Hex | A0 | F | BC | F | 5C | 0 | 1A | 122 | 55 | 28 |
| Octal | 240 | 17 | 274 | 17 | 134 | 0 | 32 | 442 | 125 | 50 |
| Binary | 10100000 | 1111 | 10111100 | 1111 | 1011100 | 0 | 11010 | 100100010 | 1010101 | 101000 |
Color Harmonies of #A00FBC
Complementary color
Monochromatic Colors of #A00FBC
Black with #A00FBC
Text Example
Text Example
White with #A00FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FBC; }
p { color: rgb(160,15,188); }
H1.HeaderClassName
{
color: #A00FBC;
}
.AnyTagClassName
{
color: #A00FBC;
}
</style>
background-color css
<style>
a { background-color: #A00FBC; }
a { background-color: rgb(160,15,188); }
div.DivClassName
{
background-color: #A00FBC;
}
.BgClassName
{
background-color: #A00FBC;
}
</style>
border-color css
<style>
span { border-color: #A00FBC; }
span { border-color: rgb(160,15,188); }
td.TdClassName
{
border-color: #A00FBC;
}
.TagClassName
{
border-color: #A00FBC;
}
</style>