Shades of Dark Violet #A511DF
Tints of Dark Violet #A511DF
RGB
CMYK
RGB Variations
Color information
#A511DF (or 0xA511DF) is known color: Dark Violet. HEX triplet: A5, 11 and DF. RGB value is (165,17,223). Sum of RGB (Red+Green+Blue) = 165+17+223=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #A511DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511DF is #5AEE20. Grayscale: #545454. Windows color (decimal): -5959201 or 14619045. OLE color: 14619045.
HSL color Cylindrical-coordinate representation of color #A511DF: hue angle of 283.11º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A511DF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 17 | 223 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.13 |
| HSL | 283.11º | 0.86% | 0.47% | - |
| HSV(B) | 283.11º | 0.92% | 0.87% | - |
| XYZ | 29.04 | 13.73 | 70.93 | - |
| YUV | 84.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 223 | 0.26 | 0.92 | 0 | 0.13 | 283.11 | 0.86 | 0.47 |
| Hex | A5 | 11 | DF | 1A | 5C | 0 | D | 11B | 56 | 2F |
| Octal | 245 | 21 | 337 | 32 | 134 | 0 | 15 | 433 | 126 | 57 |
| Binary | 10100101 | 10001 | 11011111 | 11010 | 1011100 | 0 | 1101 | 100011011 | 1010110 | 101111 |
Color Harmonies of #A511DF
Complementary color
Monochromatic Colors of #A511DF
Black with #A511DF
Text Example
Text Example
White with #A511DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511DF; }
p { color: rgb(165,17,223); }
H1.HeaderClassName
{
color: #A511DF;
}
.AnyTagClassName
{
color: #A511DF;
}
</style>
background-color css
<style>
a { background-color: #A511DF; }
a { background-color: rgb(165,17,223); }
div.DivClassName
{
background-color: #A511DF;
}
.BgClassName
{
background-color: #A511DF;
}
</style>
border-color css
<style>
span { border-color: #A511DF; }
span { border-color: rgb(165,17,223); }
td.TdClassName
{
border-color: #A511DF;
}
.TagClassName
{
border-color: #A511DF;
}
</style>