Shades of Dark Violet #A813C1
Tints of Dark Violet #A813C1
RGB
CMYK
RGB Variations
Color information
#A813C1 (or 0xA813C1) is known color: Dark Violet. HEX triplet: A8, 13 and C1. RGB value is (168,19,193). Sum of RGB (Red+Green+Blue) = 168+19+193=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #A813C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813C1 is #57EC3E. Grayscale: #525252. Windows color (decimal): -5762111 or 12653480. OLE color: 12653480.
HSL color Cylindrical-coordinate representation of color #A813C1: hue angle of 291.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A813C1 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 19 | 193 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.24 |
| HSL | 291.38º | 0.82% | 0.42% | - |
| HSV(B) | 291.38º | 0.9% | 0.76% | - |
| XYZ | 26.01 | 12.64 | 51.52 | - |
| YUV | 83.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 193 | 0.13 | 0.90 | 0 | 0.24 | 291.38 | 0.82 | 0.42 |
| Hex | A8 | 13 | C1 | D | 5A | 0 | 18 | 123 | 52 | 2A |
| Octal | 250 | 23 | 301 | 15 | 132 | 0 | 30 | 443 | 122 | 52 |
| Binary | 10101000 | 10011 | 11000001 | 1101 | 1011010 | 0 | 11000 | 100100011 | 1010010 | 101010 |
Color Harmonies of #A813C1
Complementary color
Monochromatic Colors of #A813C1
Black with #A813C1
Text Example
Text Example
White with #A813C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813C1; }
p { color: rgb(168,19,193); }
H1.HeaderClassName
{
color: #A813C1;
}
.AnyTagClassName
{
color: #A813C1;
}
</style>
background-color css
<style>
a { background-color: #A813C1; }
a { background-color: rgb(168,19,193); }
div.DivClassName
{
background-color: #A813C1;
}
.BgClassName
{
background-color: #A813C1;
}
</style>
border-color css
<style>
span { border-color: #A813C1; }
span { border-color: rgb(168,19,193); }
td.TdClassName
{
border-color: #A813C1;
}
.TagClassName
{
border-color: #A813C1;
}
</style>