Shades of Dark Violet #A001BC
Tints of Dark Violet #A001BC
RGB
CMYK
RGB Variations
Color information
#A001BC (or 0xA001BC) is known color: Dark Violet. HEX triplet: A0, 01 and BC. RGB value is (160,1,188). Sum of RGB (Red+Green+Blue) = 160+1+188=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #A001BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001BC is #5FFE43. Grayscale: #454545. Windows color (decimal): -6291012 or 12321184. OLE color: 12321184.
HSL color Cylindrical-coordinate representation of color #A001BC: hue angle of 291.02º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A001BC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 1 | 188 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.26 |
| HSL | 291.02º | 0.99% | 0.37% | - |
| HSV(B) | 291.02º | 0.99% | 0.74% | - |
| XYZ | 23.59 | 11.13 | 48.48 | - |
| YUV | 69.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 188 | 0.15 | 0.99 | 0 | 0.26 | 291.02 | 0.99 | 0.37 |
| Hex | A0 | 1 | BC | F | 63 | 0 | 1A | 123 | 63 | 25 |
| Octal | 240 | 1 | 274 | 17 | 143 | 0 | 32 | 443 | 143 | 45 |
| Binary | 10100000 | 1 | 10111100 | 1111 | 1100011 | 0 | 11010 | 100100011 | 1100011 | 100101 |
Color Harmonies of #A001BC
Complementary color
Monochromatic Colors of #A001BC
Black with #A001BC
Text Example
Text Example
White with #A001BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001BC; }
p { color: rgb(160,1,188); }
H1.HeaderClassName
{
color: #A001BC;
}
.AnyTagClassName
{
color: #A001BC;
}
</style>
background-color css
<style>
a { background-color: #A001BC; }
a { background-color: rgb(160,1,188); }
div.DivClassName
{
background-color: #A001BC;
}
.BgClassName
{
background-color: #A001BC;
}
</style>
border-color css
<style>
span { border-color: #A001BC; }
span { border-color: rgb(160,1,188); }
td.TdClassName
{
border-color: #A001BC;
}
.TagClassName
{
border-color: #A001BC;
}
</style>