Shades of Dark Violet #A812BC
Tints of Dark Violet #A812BC
RGB
CMYK
RGB Variations
Color information
#A812BC (or 0xA812BC) is known color: Dark Violet. HEX triplet: A8, 12 and BC. RGB value is (168,18,188). Sum of RGB (Red+Green+Blue) = 168+18+188=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #A812BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812BC is #57ED43. Grayscale: #515151. Windows color (decimal): -5762372 or 12325544. OLE color: 12325544.
HSL color Cylindrical-coordinate representation of color #A812BC: hue angle of 292.94º 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 #A812BC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 18 | 188 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.26 |
| HSL | 292.94º | 0.83% | 0.4% | - |
| HSV(B) | 292.94º | 0.9% | 0.74% | - |
| XYZ | 25.44 | 12.39 | 48.63 | - |
| YUV | 82.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 188 | 0.11 | 0.90 | 0 | 0.26 | 292.94 | 0.83 | 0.4 |
| Hex | A8 | 12 | BC | B | 5A | 0 | 1A | 125 | 53 | 28 |
| Octal | 250 | 22 | 274 | 13 | 132 | 0 | 32 | 445 | 123 | 50 |
| Binary | 10101000 | 10010 | 10111100 | 1011 | 1011010 | 0 | 11010 | 100100101 | 1010011 | 101000 |
Color Harmonies of #A812BC
Complementary color
Monochromatic Colors of #A812BC
Black with #A812BC
Text Example
Text Example
White with #A812BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812BC; }
p { color: rgb(168,18,188); }
H1.HeaderClassName
{
color: #A812BC;
}
.AnyTagClassName
{
color: #A812BC;
}
</style>
background-color css
<style>
a { background-color: #A812BC; }
a { background-color: rgb(168,18,188); }
div.DivClassName
{
background-color: #A812BC;
}
.BgClassName
{
background-color: #A812BC;
}
</style>
border-color css
<style>
span { border-color: #A812BC; }
span { border-color: rgb(168,18,188); }
td.TdClassName
{
border-color: #A812BC;
}
.TagClassName
{
border-color: #A812BC;
}
</style>