Shades of Dark Violet #A813BE
Tints of Dark Violet #A813BE
RGB
CMYK
RGB Variations
Color information
#A813BE (or 0xA813BE) is known color: Dark Violet. HEX triplet: A8, 13 and BE. RGB value is (168,19,190). Sum of RGB (Red+Green+Blue) = 168+19+190=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #A813BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813BE is #57EC41. Grayscale: #525252. Windows color (decimal): -5762114 or 12456872. OLE color: 12456872.
HSL color Cylindrical-coordinate representation of color #A813BE: hue angle of 292.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A813BE is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 19 | 190 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.25 |
| HSL | 292.28º | 0.82% | 0.41% | - |
| HSV(B) | 292.28º | 0.9% | 0.75% | - |
| XYZ | 25.68 | 12.51 | 49.78 | - |
| YUV | 83.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 190 | 0.12 | 0.90 | 0 | 0.25 | 292.28 | 0.82 | 0.41 |
| Hex | A8 | 13 | BE | C | 5A | 0 | 19 | 124 | 52 | 29 |
| Octal | 250 | 23 | 276 | 14 | 132 | 0 | 31 | 444 | 122 | 51 |
| Binary | 10101000 | 10011 | 10111110 | 1100 | 1011010 | 0 | 11001 | 100100100 | 1010010 | 101001 |
Color Harmonies of #A813BE
Complementary color
Monochromatic Colors of #A813BE
Black with #A813BE
Text Example
Text Example
White with #A813BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813BE; }
p { color: rgb(168,19,190); }
H1.HeaderClassName
{
color: #A813BE;
}
.AnyTagClassName
{
color: #A813BE;
}
</style>
background-color css
<style>
a { background-color: #A813BE; }
a { background-color: rgb(168,19,190); }
div.DivClassName
{
background-color: #A813BE;
}
.BgClassName
{
background-color: #A813BE;
}
</style>
border-color css
<style>
span { border-color: #A813BE; }
span { border-color: rgb(168,19,190); }
td.TdClassName
{
border-color: #A813BE;
}
.TagClassName
{
border-color: #A813BE;
}
</style>