Shades of Dark Violet #A007BC
Tints of Dark Violet #A007BC
RGB
CMYK
RGB Variations
Color information
#A007BC (or 0xA007BC) is known color: Dark Violet. HEX triplet: A0, 07 and BC. RGB value is (160,7,188). Sum of RGB (Red+Green+Blue) = 160+7+188=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #A007BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007BC is #5FF843. Grayscale: #484848. Windows color (decimal): -6289476 or 12322720. OLE color: 12322720.
HSL color Cylindrical-coordinate representation of color #A007BC: hue angle of 290.72º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007BC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 7 | 188 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.26 |
| HSL | 290.72º | 0.93% | 0.38% | - |
| HSV(B) | 290.72º | 0.96% | 0.74% | - |
| XYZ | 23.65 | 11.26 | 48.5 | - |
| YUV | 73.38 | 192.69 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 188 | 0.15 | 0.96 | 0 | 0.26 | 290.72 | 0.93 | 0.38 |
| Hex | A0 | 7 | BC | F | 60 | 0 | 1A | 123 | 5D | 26 |
| Octal | 240 | 7 | 274 | 17 | 140 | 0 | 32 | 443 | 135 | 46 |
| Binary | 10100000 | 111 | 10111100 | 1111 | 1100000 | 0 | 11010 | 100100011 | 1011101 | 100110 |
Color Harmonies of #A007BC
Complementary color
Monochromatic Colors of #A007BC
Black with #A007BC
Text Example
Text Example
White with #A007BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007BC; }
p { color: rgb(160,7,188); }
H1.HeaderClassName
{
color: #A007BC;
}
.AnyTagClassName
{
color: #A007BC;
}
</style>
background-color css
<style>
a { background-color: #A007BC; }
a { background-color: rgb(160,7,188); }
div.DivClassName
{
background-color: #A007BC;
}
.BgClassName
{
background-color: #A007BC;
}
</style>
border-color css
<style>
span { border-color: #A007BC; }
span { border-color: rgb(160,7,188); }
td.TdClassName
{
border-color: #A007BC;
}
.TagClassName
{
border-color: #A007BC;
}
</style>