Shades of Dark Violet #A00DBD
Tints of Dark Violet #A00DBD
RGB
CMYK
RGB Variations
Color information
#A00DBD (or 0xA00DBD) is known color: Dark Violet. HEX triplet: A0, 0D and BD. RGB value is (160,13,189). Sum of RGB (Red+Green+Blue) = 160+13+189=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #A00DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DBD is #5FF242. Grayscale: #4C4C4C. Windows color (decimal): -6287939 or 12389792. OLE color: 12389792.
HSL color Cylindrical-coordinate representation of color #A00DBD: hue angle of 290.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DBD is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 13 | 189 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.26 |
| HSL | 290.11º | 0.87% | 0.4% | - |
| HSV(B) | 290.11º | 0.93% | 0.74% | - |
| XYZ | 23.83 | 11.44 | 49.1 | - |
| YUV | 77.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 189 | 0.15 | 0.93 | 0 | 0.26 | 290.11 | 0.87 | 0.4 |
| Hex | A0 | D | BD | F | 5D | 0 | 1A | 122 | 57 | 28 |
| Octal | 240 | 15 | 275 | 17 | 135 | 0 | 32 | 442 | 127 | 50 |
| Binary | 10100000 | 1101 | 10111101 | 1111 | 1011101 | 0 | 11010 | 100100010 | 1010111 | 101000 |
Color Harmonies of #A00DBD
Complementary color
Monochromatic Colors of #A00DBD
Black with #A00DBD
Text Example
Text Example
White with #A00DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DBD; }
p { color: rgb(160,13,189); }
H1.HeaderClassName
{
color: #A00DBD;
}
.AnyTagClassName
{
color: #A00DBD;
}
</style>
background-color css
<style>
a { background-color: #A00DBD; }
a { background-color: rgb(160,13,189); }
div.DivClassName
{
background-color: #A00DBD;
}
.BgClassName
{
background-color: #A00DBD;
}
</style>
border-color css
<style>
span { border-color: #A00DBD; }
span { border-color: rgb(160,13,189); }
td.TdClassName
{
border-color: #A00DBD;
}
.TagClassName
{
border-color: #A00DBD;
}
</style>