Shades of Dark Violet #A00DBF
Tints of Dark Violet #A00DBF
RGB
CMYK
RGB Variations
Color information
#A00DBF (or 0xA00DBF) is known color: Dark Violet. HEX triplet: A0, 0D and BF. RGB value is (160,13,191). Sum of RGB (Red+Green+Blue) = 160+13+191=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #A00DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DBF is #5FF240. Grayscale: #4C4C4C. Windows color (decimal): -6287937 or 12520864. OLE color: 12520864.
HSL color Cylindrical-coordinate representation of color #A00DBF: hue angle of 289.55º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DBF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 13 | 191 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.25 |
| HSL | 289.55º | 0.87% | 0.4% | - |
| HSV(B) | 289.55º | 0.93% | 0.75% | - |
| XYZ | 24.05 | 11.52 | 50.25 | - |
| YUV | 77.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 191 | 0.16 | 0.93 | 0 | 0.25 | 289.55 | 0.87 | 0.4 |
| Hex | A0 | D | BF | 10 | 5D | 0 | 19 | 122 | 57 | 28 |
| Octal | 240 | 15 | 277 | 20 | 135 | 0 | 31 | 442 | 127 | 50 |
| Binary | 10100000 | 1101 | 10111111 | 10000 | 1011101 | 0 | 11001 | 100100010 | 1010111 | 101000 |
Color Harmonies of #A00DBF
Complementary color
Monochromatic Colors of #A00DBF
Black with #A00DBF
Text Example
Text Example
White with #A00DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DBF; }
p { color: rgb(160,13,191); }
H1.HeaderClassName
{
color: #A00DBF;
}
.AnyTagClassName
{
color: #A00DBF;
}
</style>
background-color css
<style>
a { background-color: #A00DBF; }
a { background-color: rgb(160,13,191); }
div.DivClassName
{
background-color: #A00DBF;
}
.BgClassName
{
background-color: #A00DBF;
}
</style>
border-color css
<style>
span { border-color: #A00DBF; }
span { border-color: rgb(160,13,191); }
td.TdClassName
{
border-color: #A00DBF;
}
.TagClassName
{
border-color: #A00DBF;
}
</style>