Shades of Dark Violet #A311CF
Tints of Dark Violet #A311CF
RGB
CMYK
RGB Variations
Color information
#A311CF (or 0xA311CF) is known color: Dark Violet. HEX triplet: A3, 11 and CF. RGB value is (163,17,207). Sum of RGB (Red+Green+Blue) = 163+17+207=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A311CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311CF is #5CEE30. Grayscale: #515151. Windows color (decimal): -6090289 or 13570467. OLE color: 13570467.
HSL color Cylindrical-coordinate representation of color #A311CF: hue angle of 286.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311CF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 17 | 207 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.19 |
| HSL | 286.11º | 0.85% | 0.44% | - |
| HSV(B) | 286.11º | 0.92% | 0.81% | - |
| XYZ | 26.57 | 12.69 | 60.08 | - |
| YUV | 82.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 207 | 0.21 | 0.92 | 0 | 0.19 | 286.11 | 0.85 | 0.44 |
| Hex | A3 | 11 | CF | 15 | 5C | 0 | 13 | 11E | 55 | 2C |
| Octal | 243 | 21 | 317 | 25 | 134 | 0 | 23 | 436 | 125 | 54 |
| Binary | 10100011 | 10001 | 11001111 | 10101 | 1011100 | 0 | 10011 | 100011110 | 1010101 | 101100 |
Color Harmonies of #A311CF
Complementary color
Monochromatic Colors of #A311CF
Black with #A311CF
Text Example
Text Example
White with #A311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311CF; }
p { color: rgb(163,17,207); }
H1.HeaderClassName
{
color: #A311CF;
}
.AnyTagClassName
{
color: #A311CF;
}
</style>
background-color css
<style>
a { background-color: #A311CF; }
a { background-color: rgb(163,17,207); }
div.DivClassName
{
background-color: #A311CF;
}
.BgClassName
{
background-color: #A311CF;
}
</style>
border-color css
<style>
span { border-color: #A311CF; }
span { border-color: rgb(163,17,207); }
td.TdClassName
{
border-color: #A311CF;
}
.TagClassName
{
border-color: #A311CF;
}
</style>