Shades of Dark Violet #A310C8
Tints of Dark Violet #A310C8
RGB
CMYK
RGB Variations
Color information
#A310C8 (or 0xA310C8) is known color: Dark Violet. HEX triplet: A3, 10 and C8. RGB value is (163,16,200). Sum of RGB (Red+Green+Blue) = 163+16+200=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #A310C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310C8 is #5CEF37. Grayscale: #505050. Windows color (decimal): -6090552 or 13111459. OLE color: 13111459.
HSL color Cylindrical-coordinate representation of color #A310C8: hue angle of 287.93º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A310C8 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 16 | 200 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.22 |
| HSL | 287.93º | 0.85% | 0.42% | - |
| HSV(B) | 287.93º | 0.92% | 0.78% | - |
| XYZ | 25.71 | 12.33 | 55.67 | - |
| YUV | 80.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 200 | 0.18 | 0.92 | 0 | 0.22 | 287.93 | 0.85 | 0.42 |
| Hex | A3 | 10 | C8 | 12 | 5C | 0 | 16 | 120 | 55 | 2A |
| Octal | 243 | 20 | 310 | 22 | 134 | 0 | 26 | 440 | 125 | 52 |
| Binary | 10100011 | 10000 | 11001000 | 10010 | 1011100 | 0 | 10110 | 100100000 | 1010101 | 101010 |
Color Harmonies of #A310C8
Complementary color
Monochromatic Colors of #A310C8
Black with #A310C8
Text Example
Text Example
White with #A310C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310C8; }
p { color: rgb(163,16,200); }
H1.HeaderClassName
{
color: #A310C8;
}
.AnyTagClassName
{
color: #A310C8;
}
</style>
background-color css
<style>
a { background-color: #A310C8; }
a { background-color: rgb(163,16,200); }
div.DivClassName
{
background-color: #A310C8;
}
.BgClassName
{
background-color: #A310C8;
}
</style>
border-color css
<style>
span { border-color: #A310C8; }
span { border-color: rgb(163,16,200); }
td.TdClassName
{
border-color: #A310C8;
}
.TagClassName
{
border-color: #A310C8;
}
</style>