Shades of Dark Violet #A813BB
Tints of Dark Violet #A813BB
RGB
CMYK
RGB Variations
Color information
#A813BB (or 0xA813BB) is known color: Dark Violet. HEX triplet: A8, 13 and BB. RGB value is (168,19,187). Sum of RGB (Red+Green+Blue) = 168+19+187=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #A813BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813BB is #57EC44. Grayscale: #525252. Windows color (decimal): -5762117 or 12260264. OLE color: 12260264.
HSL color Cylindrical-coordinate representation of color #A813BB: hue angle of 293.21º 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 #A813BB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 19 | 187 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.27 |
| HSL | 293.21º | 0.82% | 0.4% | - |
| HSV(B) | 293.21º | 0.9% | 0.73% | - |
| XYZ | 25.35 | 12.38 | 48.07 | - |
| YUV | 82.7 | 186.86 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 187 | 0.10 | 0.90 | 0 | 0.27 | 293.21 | 0.82 | 0.4 |
| Hex | A8 | 13 | BB | A | 5A | 0 | 1B | 125 | 52 | 28 |
| Octal | 250 | 23 | 273 | 12 | 132 | 0 | 33 | 445 | 122 | 50 |
| Binary | 10101000 | 10011 | 10111011 | 1010 | 1011010 | 0 | 11011 | 100100101 | 1010010 | 101000 |
Color Harmonies of #A813BB
Complementary color
Monochromatic Colors of #A813BB
Black with #A813BB
Text Example
Text Example
White with #A813BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813BB; }
p { color: rgb(168,19,187); }
H1.HeaderClassName
{
color: #A813BB;
}
.AnyTagClassName
{
color: #A813BB;
}
</style>
background-color css
<style>
a { background-color: #A813BB; }
a { background-color: rgb(168,19,187); }
div.DivClassName
{
background-color: #A813BB;
}
.BgClassName
{
background-color: #A813BB;
}
</style>
border-color css
<style>
span { border-color: #A813BB; }
span { border-color: rgb(168,19,187); }
td.TdClassName
{
border-color: #A813BB;
}
.TagClassName
{
border-color: #A813BB;
}
</style>