Shades of Dark Violet #A00DCF
Tints of Dark Violet #A00DCF
RGB
CMYK
RGB Variations
Color information
#A00DCF (or 0xA00DCF) is known color: Dark Violet. HEX triplet: A0, 0D and CF. RGB value is (160,13,207). Sum of RGB (Red+Green+Blue) = 160+13+207=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A00DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DCF is #5FF230. Grayscale: #4E4E4E. Windows color (decimal): -6287921 or 13569440. OLE color: 13569440.
HSL color Cylindrical-coordinate representation of color #A00DCF: hue angle of 285.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DCF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 13 | 207 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.19 |
| HSL | 285.46º | 0.88% | 0.43% | - |
| HSV(B) | 285.46º | 0.94% | 0.81% | - |
| XYZ | 25.9 | 12.27 | 60.03 | - |
| YUV | 79.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 207 | 0.23 | 0.94 | 0 | 0.19 | 285.46 | 0.88 | 0.43 |
| Hex | A0 | D | CF | 17 | 5E | 0 | 13 | 11D | 58 | 2B |
| Octal | 240 | 15 | 317 | 27 | 136 | 0 | 23 | 435 | 130 | 53 |
| Binary | 10100000 | 1101 | 11001111 | 10111 | 1011110 | 0 | 10011 | 100011101 | 1011000 | 101011 |
Color Harmonies of #A00DCF
Complementary color
Monochromatic Colors of #A00DCF
Black with #A00DCF
Text Example
Text Example
White with #A00DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DCF; }
p { color: rgb(160,13,207); }
H1.HeaderClassName
{
color: #A00DCF;
}
.AnyTagClassName
{
color: #A00DCF;
}
</style>
background-color css
<style>
a { background-color: #A00DCF; }
a { background-color: rgb(160,13,207); }
div.DivClassName
{
background-color: #A00DCF;
}
.BgClassName
{
background-color: #A00DCF;
}
</style>
border-color css
<style>
span { border-color: #A00DCF; }
span { border-color: rgb(160,13,207); }
td.TdClassName
{
border-color: #A00DCF;
}
.TagClassName
{
border-color: #A00DCF;
}
</style>