Shades of Dark Violet #A008BC
Tints of Dark Violet #A008BC
RGB
CMYK
RGB Variations
Color information
#A008BC (or 0xA008BC) is known color: Dark Violet. HEX triplet: A0, 08 and BC. RGB value is (160,8,188). Sum of RGB (Red+Green+Blue) = 160+8+188=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #A008BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008BC is #5FF743. Grayscale: #494949. Windows color (decimal): -6289220 or 12322976. OLE color: 12322976.
HSL color Cylindrical-coordinate representation of color #A008BC: hue angle of 290.67º degrees, saturation: 0.92, 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 #A008BC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 8 | 188 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.26 |
| HSL | 290.67º | 0.92% | 0.38% | - |
| HSV(B) | 290.67º | 0.96% | 0.74% | - |
| XYZ | 23.66 | 11.28 | 48.51 | - |
| YUV | 73.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 188 | 0.15 | 0.96 | 0 | 0.26 | 290.67 | 0.92 | 0.38 |
| Hex | A0 | 8 | BC | F | 60 | 0 | 1A | 123 | 5C | 26 |
| Octal | 240 | 10 | 274 | 17 | 140 | 0 | 32 | 443 | 134 | 46 |
| Binary | 10100000 | 1000 | 10111100 | 1111 | 1100000 | 0 | 11010 | 100100011 | 1011100 | 100110 |
Color Harmonies of #A008BC
Complementary color
Monochromatic Colors of #A008BC
Black with #A008BC
Text Example
Text Example
White with #A008BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008BC; }
p { color: rgb(160,8,188); }
H1.HeaderClassName
{
color: #A008BC;
}
.AnyTagClassName
{
color: #A008BC;
}
</style>
background-color css
<style>
a { background-color: #A008BC; }
a { background-color: rgb(160,8,188); }
div.DivClassName
{
background-color: #A008BC;
}
.BgClassName
{
background-color: #A008BC;
}
</style>
border-color css
<style>
span { border-color: #A008BC; }
span { border-color: rgb(160,8,188); }
td.TdClassName
{
border-color: #A008BC;
}
.TagClassName
{
border-color: #A008BC;
}
</style>