Shades of Dark Violet #A511CE
Tints of Dark Violet #A511CE
RGB
CMYK
RGB Variations
Color information
#A511CE (or 0xA511CE) is known color: Dark Violet. HEX triplet: A5, 11 and CE. RGB value is (165,17,206). Sum of RGB (Red+Green+Blue) = 165+17+206=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A511CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511CE is #5AEE31. Grayscale: #525252. Windows color (decimal): -5959218 or 13504933. OLE color: 13504933.
HSL color Cylindrical-coordinate representation of color #A511CE: hue angle of 286.98º 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 #A511CE is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 17 | 206 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.19 |
| HSL | 286.98º | 0.85% | 0.44% | - |
| HSV(B) | 286.98º | 0.92% | 0.81% | - |
| XYZ | 26.86 | 12.86 | 59.46 | - |
| YUV | 82.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 206 | 0.20 | 0.92 | 0 | 0.19 | 286.98 | 0.85 | 0.44 |
| Hex | A5 | 11 | CE | 14 | 5C | 0 | 13 | 11F | 55 | 2C |
| Octal | 245 | 21 | 316 | 24 | 134 | 0 | 23 | 437 | 125 | 54 |
| Binary | 10100101 | 10001 | 11001110 | 10100 | 1011100 | 0 | 10011 | 100011111 | 1010101 | 101100 |
Color Harmonies of #A511CE
Complementary color
Monochromatic Colors of #A511CE
Black with #A511CE
Text Example
Text Example
White with #A511CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511CE; }
p { color: rgb(165,17,206); }
H1.HeaderClassName
{
color: #A511CE;
}
.AnyTagClassName
{
color: #A511CE;
}
</style>
background-color css
<style>
a { background-color: #A511CE; }
a { background-color: rgb(165,17,206); }
div.DivClassName
{
background-color: #A511CE;
}
.BgClassName
{
background-color: #A511CE;
}
</style>
border-color css
<style>
span { border-color: #A511CE; }
span { border-color: rgb(165,17,206); }
td.TdClassName
{
border-color: #A511CE;
}
.TagClassName
{
border-color: #A511CE;
}
</style>