Shades of Dark Violet #A314CF
Tints of Dark Violet #A314CF
RGB
CMYK
RGB Variations
Color information
#A314CF (or 0xA314CF) is known color: Dark Violet. HEX triplet: A3, 14 and CF. RGB value is (163,20,207). Sum of RGB (Red+Green+Blue) = 163+20+207=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #A314CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314CF is #5CEB30. Grayscale: #535353. Windows color (decimal): -6089521 or 13571235. OLE color: 13571235.
HSL color Cylindrical-coordinate representation of color #A314CF: hue angle of 285.88º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A314CF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 20 | 207 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.19 |
| HSL | 285.88º | 0.82% | 0.45% | - |
| HSV(B) | 285.88º | 0.9% | 0.81% | - |
| XYZ | 26.62 | 12.79 | 60.1 | - |
| YUV | 84.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 207 | 0.21 | 0.90 | 0 | 0.19 | 285.88 | 0.82 | 0.45 |
| Hex | A3 | 14 | CF | 15 | 5A | 0 | 13 | 11E | 52 | 2D |
| Octal | 243 | 24 | 317 | 25 | 132 | 0 | 23 | 436 | 122 | 55 |
| Binary | 10100011 | 10100 | 11001111 | 10101 | 1011010 | 0 | 10011 | 100011110 | 1010010 | 101101 |
Color Harmonies of #A314CF
Complementary color
Monochromatic Colors of #A314CF
Black with #A314CF
Text Example
Text Example
White with #A314CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314CF; }
p { color: rgb(163,20,207); }
H1.HeaderClassName
{
color: #A314CF;
}
.AnyTagClassName
{
color: #A314CF;
}
</style>
background-color css
<style>
a { background-color: #A314CF; }
a { background-color: rgb(163,20,207); }
div.DivClassName
{
background-color: #A314CF;
}
.BgClassName
{
background-color: #A314CF;
}
</style>
border-color css
<style>
span { border-color: #A314CF; }
span { border-color: rgb(163,20,207); }
td.TdClassName
{
border-color: #A314CF;
}
.TagClassName
{
border-color: #A314CF;
}
</style>