Shades of Dark Violet #A00FBE
Tints of Dark Violet #A00FBE
RGB
CMYK
RGB Variations
Color information
#A00FBE (or 0xA00FBE) is known color: Dark Violet. HEX triplet: A0, 0F and BE. RGB value is (160,15,190). Sum of RGB (Red+Green+Blue) = 160+15+190=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A00FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FBE is #5FF041. Grayscale: #4D4D4D. Windows color (decimal): -6287426 or 12455840. OLE color: 12455840.
HSL color Cylindrical-coordinate representation of color #A00FBE: hue angle of 289.71º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00FBE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 15 | 190 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.25 |
| HSL | 289.71º | 0.85% | 0.4% | - |
| HSV(B) | 289.71º | 0.92% | 0.75% | - |
| XYZ | 23.96 | 11.53 | 49.68 | - |
| YUV | 78.31 | 191.04 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 190 | 0.16 | 0.92 | 0 | 0.25 | 289.71 | 0.85 | 0.4 |
| Hex | A0 | F | BE | 10 | 5C | 0 | 19 | 122 | 55 | 28 |
| Octal | 240 | 17 | 276 | 20 | 134 | 0 | 31 | 442 | 125 | 50 |
| Binary | 10100000 | 1111 | 10111110 | 10000 | 1011100 | 0 | 11001 | 100100010 | 1010101 | 101000 |
Color Harmonies of #A00FBE
Complementary color
Monochromatic Colors of #A00FBE
Black with #A00FBE
Text Example
Text Example
White with #A00FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FBE; }
p { color: rgb(160,15,190); }
H1.HeaderClassName
{
color: #A00FBE;
}
.AnyTagClassName
{
color: #A00FBE;
}
</style>
background-color css
<style>
a { background-color: #A00FBE; }
a { background-color: rgb(160,15,190); }
div.DivClassName
{
background-color: #A00FBE;
}
.BgClassName
{
background-color: #A00FBE;
}
</style>
border-color css
<style>
span { border-color: #A00FBE; }
span { border-color: rgb(160,15,190); }
td.TdClassName
{
border-color: #A00FBE;
}
.TagClassName
{
border-color: #A00FBE;
}
</style>