Shades of Dark Violet #A003BD
Tints of Dark Violet #A003BD
RGB
CMYK
RGB Variations
Color information
#A003BD (or 0xA003BD) is known color: Dark Violet. HEX triplet: A0, 03 and BD. RGB value is (160,3,189). Sum of RGB (Red+Green+Blue) = 160+3+189=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #A003BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003BD is #5FFC42. Grayscale: #464646. Windows color (decimal): -6290499 or 12387232. OLE color: 12387232.
HSL color Cylindrical-coordinate representation of color #A003BD: hue angle of 290.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A003BD is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 3 | 189 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.26 |
| HSL | 290.65º | 0.97% | 0.38% | - |
| HSV(B) | 290.65º | 0.98% | 0.74% | - |
| XYZ | 23.72 | 11.21 | 49.06 | - |
| YUV | 71.15 | 194.51 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 189 | 0.15 | 0.98 | 0 | 0.26 | 290.65 | 0.97 | 0.38 |
| Hex | A0 | 3 | BD | F | 62 | 0 | 1A | 123 | 61 | 26 |
| Octal | 240 | 3 | 275 | 17 | 142 | 0 | 32 | 443 | 141 | 46 |
| Binary | 10100000 | 11 | 10111101 | 1111 | 1100010 | 0 | 11010 | 100100011 | 1100001 | 100110 |
Color Harmonies of #A003BD
Complementary color
Monochromatic Colors of #A003BD
Black with #A003BD
Text Example
Text Example
White with #A003BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003BD; }
p { color: rgb(160,3,189); }
H1.HeaderClassName
{
color: #A003BD;
}
.AnyTagClassName
{
color: #A003BD;
}
</style>
background-color css
<style>
a { background-color: #A003BD; }
a { background-color: rgb(160,3,189); }
div.DivClassName
{
background-color: #A003BD;
}
.BgClassName
{
background-color: #A003BD;
}
</style>
border-color css
<style>
span { border-color: #A003BD; }
span { border-color: rgb(160,3,189); }
td.TdClassName
{
border-color: #A003BD;
}
.TagClassName
{
border-color: #A003BD;
}
</style>