Shades of Dark Violet #A812BB
Tints of Dark Violet #A812BB
RGB
CMYK
RGB Variations
Color information
#A812BB (or 0xA812BB) is known color: Dark Violet. HEX triplet: A8, 12 and BB. RGB value is (168,18,187). Sum of RGB (Red+Green+Blue) = 168+18+187=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #A812BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812BB is #57ED44. Grayscale: #515151. Windows color (decimal): -5762373 or 12260008. OLE color: 12260008.
HSL color Cylindrical-coordinate representation of color #A812BB: hue angle of 293.25º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A812BB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 18 | 187 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.27 |
| HSL | 293.25º | 0.82% | 0.4% | - |
| HSV(B) | 293.25º | 0.9% | 0.73% | - |
| XYZ | 25.33 | 12.35 | 48.06 | - |
| YUV | 82.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 187 | 0.10 | 0.90 | 0 | 0.27 | 293.25 | 0.82 | 0.4 |
| Hex | A8 | 12 | BB | A | 5A | 0 | 1B | 125 | 52 | 28 |
| Octal | 250 | 22 | 273 | 12 | 132 | 0 | 33 | 445 | 122 | 50 |
| Binary | 10101000 | 10010 | 10111011 | 1010 | 1011010 | 0 | 11011 | 100100101 | 1010010 | 101000 |
Color Harmonies of #A812BB
Complementary color
Monochromatic Colors of #A812BB
Black with #A812BB
Text Example
Text Example
White with #A812BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812BB; }
p { color: rgb(168,18,187); }
H1.HeaderClassName
{
color: #A812BB;
}
.AnyTagClassName
{
color: #A812BB;
}
</style>
background-color css
<style>
a { background-color: #A812BB; }
a { background-color: rgb(168,18,187); }
div.DivClassName
{
background-color: #A812BB;
}
.BgClassName
{
background-color: #A812BB;
}
</style>
border-color css
<style>
span { border-color: #A812BB; }
span { border-color: rgb(168,18,187); }
td.TdClassName
{
border-color: #A812BB;
}
.TagClassName
{
border-color: #A812BB;
}
</style>