Shades of Dark Violet #A814BC
Tints of Dark Violet #A814BC
RGB
CMYK
RGB Variations
Color information
#A814BC (or 0xA814BC) is known color: Dark Violet. HEX triplet: A8, 14 and BC. RGB value is (168,20,188). Sum of RGB (Red+Green+Blue) = 168+20+188=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #A814BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814BC is #57EB43. Grayscale: #525252. Windows color (decimal): -5761860 or 12326056. OLE color: 12326056.
HSL color Cylindrical-coordinate representation of color #A814BC: hue angle of 292.86º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A814BC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 20 | 188 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.26 |
| HSL | 292.86º | 0.81% | 0.41% | - |
| HSV(B) | 292.86º | 0.89% | 0.74% | - |
| XYZ | 25.48 | 12.46 | 48.64 | - |
| YUV | 83.4 | 187.03 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 188 | 0.11 | 0.89 | 0 | 0.26 | 292.86 | 0.81 | 0.41 |
| Hex | A8 | 14 | BC | B | 59 | 0 | 1A | 125 | 51 | 29 |
| Octal | 250 | 24 | 274 | 13 | 131 | 0 | 32 | 445 | 121 | 51 |
| Binary | 10101000 | 10100 | 10111100 | 1011 | 1011001 | 0 | 11010 | 100100101 | 1010001 | 101001 |
Color Harmonies of #A814BC
Complementary color
Monochromatic Colors of #A814BC
Black with #A814BC
Text Example
Text Example
White with #A814BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814BC; }
p { color: rgb(168,20,188); }
H1.HeaderClassName
{
color: #A814BC;
}
.AnyTagClassName
{
color: #A814BC;
}
</style>
background-color css
<style>
a { background-color: #A814BC; }
a { background-color: rgb(168,20,188); }
div.DivClassName
{
background-color: #A814BC;
}
.BgClassName
{
background-color: #A814BC;
}
</style>
border-color css
<style>
span { border-color: #A814BC; }
span { border-color: rgb(168,20,188); }
td.TdClassName
{
border-color: #A814BC;
}
.TagClassName
{
border-color: #A814BC;
}
</style>