Shades of Dark Violet #A812BE
Tints of Dark Violet #A812BE
RGB
CMYK
RGB Variations
Color information
#A812BE (or 0xA812BE) is known color: Dark Violet. HEX triplet: A8, 12 and BE. RGB value is (168,18,190). Sum of RGB (Red+Green+Blue) = 168+18+190=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #A812BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812BE is #57ED41. Grayscale: #515151. Windows color (decimal): -5762370 or 12456616. OLE color: 12456616.
HSL color Cylindrical-coordinate representation of color #A812BE: hue angle of 292.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A812BE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 18 | 190 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.25 |
| HSL | 292.33º | 0.83% | 0.41% | - |
| HSV(B) | 292.33º | 0.91% | 0.75% | - |
| XYZ | 25.66 | 12.48 | 49.77 | - |
| YUV | 82.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 190 | 0.12 | 0.91 | 0 | 0.25 | 292.33 | 0.83 | 0.41 |
| Hex | A8 | 12 | BE | C | 5B | 0 | 19 | 124 | 53 | 29 |
| Octal | 250 | 22 | 276 | 14 | 133 | 0 | 31 | 444 | 123 | 51 |
| Binary | 10101000 | 10010 | 10111110 | 1100 | 1011011 | 0 | 11001 | 100100100 | 1010011 | 101001 |
Color Harmonies of #A812BE
Complementary color
Monochromatic Colors of #A812BE
Black with #A812BE
Text Example
Text Example
White with #A812BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812BE; }
p { color: rgb(168,18,190); }
H1.HeaderClassName
{
color: #A812BE;
}
.AnyTagClassName
{
color: #A812BE;
}
</style>
background-color css
<style>
a { background-color: #A812BE; }
a { background-color: rgb(168,18,190); }
div.DivClassName
{
background-color: #A812BE;
}
.BgClassName
{
background-color: #A812BE;
}
</style>
border-color css
<style>
span { border-color: #A812BE; }
span { border-color: rgb(168,18,190); }
td.TdClassName
{
border-color: #A812BE;
}
.TagClassName
{
border-color: #A812BE;
}
</style>