Shades of Dark Violet #A00FD1
Tints of Dark Violet #A00FD1
RGB
CMYK
RGB Variations
Color information
#A00FD1 (or 0xA00FD1) is known color: Dark Violet. HEX triplet: A0, 0F and D1. RGB value is (160,15,209). Sum of RGB (Red+Green+Blue) = 160+15+209=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #A00FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FD1 is #5FF02E. Grayscale: #4F4F4F. Windows color (decimal): -6287407 or 13701024. OLE color: 13701024.
HSL color Cylindrical-coordinate representation of color #A00FD1: hue angle of 284.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00FD1 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 15 | 209 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.18 |
| HSL | 284.85º | 0.87% | 0.44% | - |
| HSV(B) | 284.85º | 0.93% | 0.82% | - |
| XYZ | 26.18 | 12.42 | 61.34 | - |
| YUV | 80.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 209 | 0.23 | 0.93 | 0 | 0.18 | 284.85 | 0.87 | 0.44 |
| Hex | A0 | F | D1 | 17 | 5D | 0 | 12 | 11D | 57 | 2C |
| Octal | 240 | 17 | 321 | 27 | 135 | 0 | 22 | 435 | 127 | 54 |
| Binary | 10100000 | 1111 | 11010001 | 10111 | 1011101 | 0 | 10010 | 100011101 | 1010111 | 101100 |
Color Harmonies of #A00FD1
Complementary color
Monochromatic Colors of #A00FD1
Black with #A00FD1
Text Example
Text Example
White with #A00FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FD1; }
p { color: rgb(160,15,209); }
H1.HeaderClassName
{
color: #A00FD1;
}
.AnyTagClassName
{
color: #A00FD1;
}
</style>
background-color css
<style>
a { background-color: #A00FD1; }
a { background-color: rgb(160,15,209); }
div.DivClassName
{
background-color: #A00FD1;
}
.BgClassName
{
background-color: #A00FD1;
}
</style>
border-color css
<style>
span { border-color: #A00FD1; }
span { border-color: rgb(160,15,209); }
td.TdClassName
{
border-color: #A00FD1;
}
.TagClassName
{
border-color: #A00FD1;
}
</style>