Shades of Dark Violet #A310CB
Tints of Dark Violet #A310CB
RGB
CMYK
RGB Variations
Color information
#A310CB (or 0xA310CB) is known color: Dark Violet. HEX triplet: A3, 10 and CB. RGB value is (163,16,203). Sum of RGB (Red+Green+Blue) = 163+16+203=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #A310CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A310CB is #5CEF34. Grayscale: #505050. Windows color (decimal): -6090549 or 13308067. OLE color: 13308067.
HSL color Cylindrical-coordinate representation of color #A310CB: hue angle of 287.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A310CB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 16 | 203 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.20 |
| HSL | 287.17º | 0.85% | 0.43% | - |
| HSV(B) | 287.17º | 0.92% | 0.8% | - |
| XYZ | 26.07 | 12.47 | 57.53 | - |
| YUV | 81.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 203 | 0.20 | 0.92 | 0 | 0.20 | 287.17 | 0.85 | 0.43 |
| Hex | A3 | 10 | CB | 14 | 5C | 0 | 14 | 11F | 55 | 2B |
| Octal | 243 | 20 | 313 | 24 | 134 | 0 | 24 | 437 | 125 | 53 |
| Binary | 10100011 | 10000 | 11001011 | 10100 | 1011100 | 0 | 10100 | 100011111 | 1010101 | 101011 |
Color Harmonies of #A310CB
Complementary color
Monochromatic Colors of #A310CB
Black with #A310CB
Text Example
Text Example
White with #A310CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310CB; }
p { color: rgb(163,16,203); }
H1.HeaderClassName
{
color: #A310CB;
}
.AnyTagClassName
{
color: #A310CB;
}
</style>
background-color css
<style>
a { background-color: #A310CB; }
a { background-color: rgb(163,16,203); }
div.DivClassName
{
background-color: #A310CB;
}
.BgClassName
{
background-color: #A310CB;
}
</style>
border-color css
<style>
span { border-color: #A310CB; }
span { border-color: rgb(163,16,203); }
td.TdClassName
{
border-color: #A310CB;
}
.TagClassName
{
border-color: #A310CB;
}
</style>