Shades of Dark Violet #A313C0
Tints of Dark Violet #A313C0
RGB
CMYK
RGB Variations
Color information
#A313C0 (or 0xA313C0) is known color: Dark Violet. HEX triplet: A3, 13 and C0. RGB value is (163,19,192). Sum of RGB (Red+Green+Blue) = 163+19+192=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #A313C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313C0 is #5CEC3F. Grayscale: #515151. Windows color (decimal): -6089792 or 12587939. OLE color: 12587939.
HSL color Cylindrical-coordinate representation of color #A313C0: hue angle of 289.94º 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 #A313C0 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 19 | 192 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.25 |
| HSL | 289.94º | 0.82% | 0.41% | - |
| HSV(B) | 289.94º | 0.9% | 0.75% | - |
| XYZ | 24.85 | 12.06 | 50.89 | - |
| YUV | 81.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 192 | 0.15 | 0.90 | 0 | 0.25 | 289.94 | 0.82 | 0.41 |
| Hex | A3 | 13 | C0 | F | 5A | 0 | 19 | 122 | 52 | 29 |
| Octal | 243 | 23 | 300 | 17 | 132 | 0 | 31 | 442 | 122 | 51 |
| Binary | 10100011 | 10011 | 11000000 | 1111 | 1011010 | 0 | 11001 | 100100010 | 1010010 | 101001 |
Color Harmonies of #A313C0
Complementary color
Monochromatic Colors of #A313C0
Black with #A313C0
Text Example
Text Example
White with #A313C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A313C0; }
p { color: rgb(163,19,192); }
H1.HeaderClassName
{
color: #A313C0;
}
.AnyTagClassName
{
color: #A313C0;
}
</style>
background-color css
<style>
a { background-color: #A313C0; }
a { background-color: rgb(163,19,192); }
div.DivClassName
{
background-color: #A313C0;
}
.BgClassName
{
background-color: #A313C0;
}
</style>
border-color css
<style>
span { border-color: #A313C0; }
span { border-color: rgb(163,19,192); }
td.TdClassName
{
border-color: #A313C0;
}
.TagClassName
{
border-color: #A313C0;
}
</style>