Shades of Dark Violet #A511D7
Tints of Dark Violet #A511D7
RGB
CMYK
RGB Variations
Color information
#A511D7 (or 0xA511D7) is known color: Dark Violet. HEX triplet: A5, 11 and D7. RGB value is (165,17,215). Sum of RGB (Red+Green+Blue) = 165+17+215=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #A511D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511D7 is #5AEE28. Grayscale: #535353. Windows color (decimal): -5959209 or 14094757. OLE color: 14094757.
HSL color Cylindrical-coordinate representation of color #A511D7: hue angle of 284.85º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A511D7 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 17 | 215 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.16 |
| HSL | 284.85º | 0.85% | 0.45% | - |
| HSV(B) | 284.85º | 0.92% | 0.84% | - |
| XYZ | 27.98 | 13.31 | 65.38 | - |
| YUV | 83.82 | 202.03 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 215 | 0.23 | 0.92 | 0 | 0.16 | 284.85 | 0.85 | 0.45 |
| Hex | A5 | 11 | D7 | 17 | 5C | 0 | 10 | 11D | 55 | 2D |
| Octal | 245 | 21 | 327 | 27 | 134 | 0 | 20 | 435 | 125 | 55 |
| Binary | 10100101 | 10001 | 11010111 | 10111 | 1011100 | 0 | 10000 | 100011101 | 1010101 | 101101 |
Color Harmonies of #A511D7
Complementary color
Monochromatic Colors of #A511D7
Black with #A511D7
Text Example
Text Example
White with #A511D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511D7; }
p { color: rgb(165,17,215); }
H1.HeaderClassName
{
color: #A511D7;
}
.AnyTagClassName
{
color: #A511D7;
}
</style>
background-color css
<style>
a { background-color: #A511D7; }
a { background-color: rgb(165,17,215); }
div.DivClassName
{
background-color: #A511D7;
}
.BgClassName
{
background-color: #A511D7;
}
</style>
border-color css
<style>
span { border-color: #A511D7; }
span { border-color: rgb(165,17,215); }
td.TdClassName
{
border-color: #A511D7;
}
.TagClassName
{
border-color: #A511D7;
}
</style>