Shades of Dark Violet #A915DC
Tints of Dark Violet #A915DC
RGB
CMYK
RGB Variations
Color information
#A915DC (or 0xA915DC) is known color: Dark Violet. HEX triplet: A9, 15 and DC. RGB value is (169,21,220). Sum of RGB (Red+Green+Blue) = 169+21+220=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #A915DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915DC is #56EA23. Grayscale: #575757. Windows color (decimal): -5696036 or 14423465. OLE color: 14423465.
HSL color Cylindrical-coordinate representation of color #A915DC: hue angle of 284.62º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A915DC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 21 | 220 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.14 |
| HSL | 284.62º | 0.83% | 0.47% | - |
| HSV(B) | 284.62º | 0.9% | 0.86% | - |
| XYZ | 29.55 | 14.14 | 68.88 | - |
| YUV | 87.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 220 | 0.23 | 0.90 | 0 | 0.14 | 284.62 | 0.83 | 0.47 |
| Hex | A9 | 15 | DC | 17 | 5A | 0 | E | 11D | 53 | 2F |
| Octal | 251 | 25 | 334 | 27 | 132 | 0 | 16 | 435 | 123 | 57 |
| Binary | 10101001 | 10101 | 11011100 | 10111 | 1011010 | 0 | 1110 | 100011101 | 1010011 | 101111 |
Color Harmonies of #A915DC
Complementary color
Monochromatic Colors of #A915DC
Black with #A915DC
Text Example
Text Example
White with #A915DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915DC; }
p { color: rgb(169,21,220); }
H1.HeaderClassName
{
color: #A915DC;
}
.AnyTagClassName
{
color: #A915DC;
}
</style>
background-color css
<style>
a { background-color: #A915DC; }
a { background-color: rgb(169,21,220); }
div.DivClassName
{
background-color: #A915DC;
}
.BgClassName
{
background-color: #A915DC;
}
</style>
border-color css
<style>
span { border-color: #A915DC; }
span { border-color: rgb(169,21,220); }
td.TdClassName
{
border-color: #A915DC;
}
.TagClassName
{
border-color: #A915DC;
}
</style>