Shades of Dark Violet #A005BC
Tints of Dark Violet #A005BC
RGB
CMYK
RGB Variations
Color information
#A005BC (or 0xA005BC) is known color: Dark Violet. HEX triplet: A0, 05 and BC. RGB value is (160,5,188). Sum of RGB (Red+Green+Blue) = 160+5+188=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #A005BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005BC is #5FFA43. Grayscale: #474747. Windows color (decimal): -6289988 or 12322208. OLE color: 12322208.
HSL color Cylindrical-coordinate representation of color #A005BC: hue angle of 290.82º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005BC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 5 | 188 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.26 |
| HSL | 290.82º | 0.95% | 0.38% | - |
| HSV(B) | 290.82º | 0.97% | 0.74% | - |
| XYZ | 23.63 | 11.21 | 48.5 | - |
| YUV | 72.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 188 | 0.15 | 0.97 | 0 | 0.26 | 290.82 | 0.95 | 0.38 |
| Hex | A0 | 5 | BC | F | 61 | 0 | 1A | 123 | 5F | 26 |
| Octal | 240 | 5 | 274 | 17 | 141 | 0 | 32 | 443 | 137 | 46 |
| Binary | 10100000 | 101 | 10111100 | 1111 | 1100001 | 0 | 11010 | 100100011 | 1011111 | 100110 |
Color Harmonies of #A005BC
Complementary color
Monochromatic Colors of #A005BC
Black with #A005BC
Text Example
Text Example
White with #A005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005BC; }
p { color: rgb(160,5,188); }
H1.HeaderClassName
{
color: #A005BC;
}
.AnyTagClassName
{
color: #A005BC;
}
</style>
background-color css
<style>
a { background-color: #A005BC; }
a { background-color: rgb(160,5,188); }
div.DivClassName
{
background-color: #A005BC;
}
.BgClassName
{
background-color: #A005BC;
}
</style>
border-color css
<style>
span { border-color: #A005BC; }
span { border-color: rgb(160,5,188); }
td.TdClassName
{
border-color: #A005BC;
}
.TagClassName
{
border-color: #A005BC;
}
</style>