Shades of Dark Violet #A310C9
Tints of Dark Violet #A310C9
RGB
CMYK
RGB Variations
Color information
#A310C9 (or 0xA310C9) is known color: Dark Violet. HEX triplet: A3, 10 and C9. RGB value is (163,16,201). Sum of RGB (Red+Green+Blue) = 163+16+201=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #A310C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310C9 is #5CEF36. Grayscale: #505050. Windows color (decimal): -6090551 or 13176995. OLE color: 13176995.
HSL color Cylindrical-coordinate representation of color #A310C9: hue angle of 287.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A310C9 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 16 | 201 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.21 |
| HSL | 287.68º | 0.85% | 0.43% | - |
| HSV(B) | 287.68º | 0.92% | 0.79% | - |
| XYZ | 25.83 | 12.37 | 56.29 | - |
| YUV | 81.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 201 | 0.19 | 0.92 | 0 | 0.21 | 287.68 | 0.85 | 0.43 |
| Hex | A3 | 10 | C9 | 13 | 5C | 0 | 15 | 120 | 55 | 2B |
| Octal | 243 | 20 | 311 | 23 | 134 | 0 | 25 | 440 | 125 | 53 |
| Binary | 10100011 | 10000 | 11001001 | 10011 | 1011100 | 0 | 10101 | 100100000 | 1010101 | 101011 |
Color Harmonies of #A310C9
Complementary color
Monochromatic Colors of #A310C9
Black with #A310C9
Text Example
Text Example
White with #A310C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310C9; }
p { color: rgb(163,16,201); }
H1.HeaderClassName
{
color: #A310C9;
}
.AnyTagClassName
{
color: #A310C9;
}
</style>
background-color css
<style>
a { background-color: #A310C9; }
a { background-color: rgb(163,16,201); }
div.DivClassName
{
background-color: #A310C9;
}
.BgClassName
{
background-color: #A310C9;
}
</style>
border-color css
<style>
span { border-color: #A310C9; }
span { border-color: rgb(163,16,201); }
td.TdClassName
{
border-color: #A310C9;
}
.TagClassName
{
border-color: #A310C9;
}
</style>