Shades of Dark Violet #A511CD
Tints of Dark Violet #A511CD
RGB
CMYK
RGB Variations
Color information
#A511CD (or 0xA511CD) is known color: Dark Violet. HEX triplet: A5, 11 and CD. RGB value is (165,17,205). Sum of RGB (Red+Green+Blue) = 165+17+205=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #A511CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511CD is #5AEE32. Grayscale: #525252. Windows color (decimal): -5959219 or 13439397. OLE color: 13439397.
HSL color Cylindrical-coordinate representation of color #A511CD: hue angle of 287.23º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A511CD is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 17 | 205 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.20 |
| HSL | 287.23º | 0.85% | 0.44% | - |
| HSV(B) | 287.23º | 0.92% | 0.8% | - |
| XYZ | 26.74 | 12.81 | 58.82 | - |
| YUV | 82.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 205 | 0.20 | 0.92 | 0 | 0.20 | 287.23 | 0.85 | 0.44 |
| Hex | A5 | 11 | CD | 14 | 5C | 0 | 14 | 11F | 55 | 2C |
| Octal | 245 | 21 | 315 | 24 | 134 | 0 | 24 | 437 | 125 | 54 |
| Binary | 10100101 | 10001 | 11001101 | 10100 | 1011100 | 0 | 10100 | 100011111 | 1010101 | 101100 |
Color Harmonies of #A511CD
Complementary color
Monochromatic Colors of #A511CD
Black with #A511CD
Text Example
Text Example
White with #A511CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511CD; }
p { color: rgb(165,17,205); }
H1.HeaderClassName
{
color: #A511CD;
}
.AnyTagClassName
{
color: #A511CD;
}
</style>
background-color css
<style>
a { background-color: #A511CD; }
a { background-color: rgb(165,17,205); }
div.DivClassName
{
background-color: #A511CD;
}
.BgClassName
{
background-color: #A511CD;
}
</style>
border-color css
<style>
span { border-color: #A511CD; }
span { border-color: rgb(165,17,205); }
td.TdClassName
{
border-color: #A511CD;
}
.TagClassName
{
border-color: #A511CD;
}
</style>