Shades of Dark Violet #A314D0
Tints of Dark Violet #A314D0
RGB
CMYK
RGB Variations
Color information
#A314D0 (or 0xA314D0) is known color: Dark Violet. HEX triplet: A3, 14 and D0. RGB value is (163,20,208). Sum of RGB (Red+Green+Blue) = 163+20+208=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #A314D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314D0 is #5CEB2F. Grayscale: #535353. Windows color (decimal): -6089520 or 13636771. OLE color: 13636771.
HSL color Cylindrical-coordinate representation of color #A314D0: hue angle of 285.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A314D0 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 20 | 208 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.18 |
| HSL | 285.64º | 0.82% | 0.45% | - |
| HSV(B) | 285.64º | 0.9% | 0.82% | - |
| XYZ | 26.74 | 12.84 | 60.74 | - |
| YUV | 84.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 208 | 0.22 | 0.90 | 0 | 0.18 | 285.64 | 0.82 | 0.45 |
| Hex | A3 | 14 | D0 | 16 | 5A | 0 | 12 | 11E | 52 | 2D |
| Octal | 243 | 24 | 320 | 26 | 132 | 0 | 22 | 436 | 122 | 55 |
| Binary | 10100011 | 10100 | 11010000 | 10110 | 1011010 | 0 | 10010 | 100011110 | 1010010 | 101101 |
Color Harmonies of #A314D0
Complementary color
Monochromatic Colors of #A314D0
Black with #A314D0
Text Example
Text Example
White with #A314D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314D0; }
p { color: rgb(163,20,208); }
H1.HeaderClassName
{
color: #A314D0;
}
.AnyTagClassName
{
color: #A314D0;
}
</style>
background-color css
<style>
a { background-color: #A314D0; }
a { background-color: rgb(163,20,208); }
div.DivClassName
{
background-color: #A314D0;
}
.BgClassName
{
background-color: #A314D0;
}
</style>
border-color css
<style>
span { border-color: #A314D0; }
span { border-color: rgb(163,20,208); }
td.TdClassName
{
border-color: #A314D0;
}
.TagClassName
{
border-color: #A314D0;
}
</style>