Shades of Dark Violet #A813B1
Tints of Dark Violet #A813B1
RGB
CMYK
RGB Variations
Color information
#A813B1 (or 0xA813B1) is known color: Dark Violet. HEX triplet: A8, 13 and B1. RGB value is (168,19,177). Sum of RGB (Red+Green+Blue) = 168+19+177=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #A813B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A813B1 is #57EC4E. Grayscale: #515151. Windows color (decimal): -5762127 or 11604904. OLE color: 11604904.
HSL color Cylindrical-coordinate representation of color #A813B1: hue angle of 296.58º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813B1 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 19 | 177 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.31 |
| HSL | 296.58º | 0.81% | 0.38% | - |
| HSV(B) | 296.58º | 0.89% | 0.69% | - |
| XYZ | 24.32 | 11.96 | 42.62 | - |
| YUV | 81.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 177 | 0.05 | 0.89 | 0 | 0.31 | 296.58 | 0.81 | 0.38 |
| Hex | A8 | 13 | B1 | 5 | 59 | 0 | 1F | 129 | 51 | 26 |
| Octal | 250 | 23 | 261 | 5 | 131 | 0 | 37 | 451 | 121 | 46 |
| Binary | 10101000 | 10011 | 10110001 | 101 | 1011001 | 0 | 11111 | 100101001 | 1010001 | 100110 |
Color Harmonies of #A813B1
Complementary color
Monochromatic Colors of #A813B1
Black with #A813B1
Text Example
Text Example
White with #A813B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813B1; }
p { color: rgb(168,19,177); }
H1.HeaderClassName
{
color: #A813B1;
}
.AnyTagClassName
{
color: #A813B1;
}
</style>
background-color css
<style>
a { background-color: #A813B1; }
a { background-color: rgb(168,19,177); }
div.DivClassName
{
background-color: #A813B1;
}
.BgClassName
{
background-color: #A813B1;
}
</style>
border-color css
<style>
span { border-color: #A813B1; }
span { border-color: rgb(168,19,177); }
td.TdClassName
{
border-color: #A813B1;
}
.TagClassName
{
border-color: #A813B1;
}
</style>