Shades of Dark Violet #A912BC
Tints of Dark Violet #A912BC
RGB
CMYK
RGB Variations
Color information
#A912BC (or 0xA912BC) is known color: Dark Violet. HEX triplet: A9, 12 and BC. RGB value is (169,18,188). Sum of RGB (Red+Green+Blue) = 169+18+188=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #A912BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912BC is #56ED43. Grayscale: #525252. Windows color (decimal): -5696836 or 12325545. OLE color: 12325545.
HSL color Cylindrical-coordinate representation of color #A912BC: hue angle of 293.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A912BC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 18 | 188 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.26 |
| HSL | 293.29º | 0.83% | 0.4% | - |
| HSV(B) | 293.29º | 0.9% | 0.74% | - |
| XYZ | 25.66 | 12.5 | 48.64 | - |
| YUV | 82.53 | 187.53 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 188 | 0.10 | 0.90 | 0 | 0.26 | 293.29 | 0.83 | 0.4 |
| Hex | A9 | 12 | BC | A | 5A | 0 | 1A | 125 | 53 | 28 |
| Octal | 251 | 22 | 274 | 12 | 132 | 0 | 32 | 445 | 123 | 50 |
| Binary | 10101001 | 10010 | 10111100 | 1010 | 1011010 | 0 | 11010 | 100100101 | 1010011 | 101000 |
Color Harmonies of #A912BC
Complementary color
Monochromatic Colors of #A912BC
Black with #A912BC
Text Example
Text Example
White with #A912BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A912BC; }
p { color: rgb(169,18,188); }
H1.HeaderClassName
{
color: #A912BC;
}
.AnyTagClassName
{
color: #A912BC;
}
</style>
background-color css
<style>
a { background-color: #A912BC; }
a { background-color: rgb(169,18,188); }
div.DivClassName
{
background-color: #A912BC;
}
.BgClassName
{
background-color: #A912BC;
}
</style>
border-color css
<style>
span { border-color: #A912BC; }
span { border-color: rgb(169,18,188); }
td.TdClassName
{
border-color: #A912BC;
}
.TagClassName
{
border-color: #A912BC;
}
</style>