Shades of Dark Violet #A915CC
Tints of Dark Violet #A915CC
RGB
CMYK
RGB Variations
Color information
#A915CC (or 0xA915CC) is known color: Dark Violet. HEX triplet: A9, 15 and CC. RGB value is (169,21,204). Sum of RGB (Red+Green+Blue) = 169+21+204=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #A915CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915CC is #56EA33. Grayscale: #555555. Windows color (decimal): -5696052 or 13374889. OLE color: 13374889.
HSL color Cylindrical-coordinate representation of color #A915CC: hue angle of 288.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A915CC is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 21 | 204 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.2 |
| HSL | 288.52º | 0.81% | 0.44% | - |
| HSV(B) | 288.52º | 0.9% | 0.8% | - |
| XYZ | 27.53 | 13.33 | 58.25 | - |
| YUV | 86.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 204 | 0.17 | 0.90 | 0 | 0.2 | 288.52 | 0.81 | 0.44 |
| Hex | A9 | 15 | CC | 11 | 5A | 0 | 14 | 121 | 51 | 2C |
| Octal | 251 | 25 | 314 | 21 | 132 | 0 | 24 | 441 | 121 | 54 |
| Binary | 10101001 | 10101 | 11001100 | 10001 | 1011010 | 0 | 10100 | 100100001 | 1010001 | 101100 |
Color Harmonies of #A915CC
Complementary color
Monochromatic Colors of #A915CC
Black with #A915CC
Text Example
Text Example
White with #A915CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915CC; }
p { color: rgb(169,21,204); }
H1.HeaderClassName
{
color: #A915CC;
}
.AnyTagClassName
{
color: #A915CC;
}
</style>
background-color css
<style>
a { background-color: #A915CC; }
a { background-color: rgb(169,21,204); }
div.DivClassName
{
background-color: #A915CC;
}
.BgClassName
{
background-color: #A915CC;
}
</style>
border-color css
<style>
span { border-color: #A915CC; }
span { border-color: rgb(169,21,204); }
td.TdClassName
{
border-color: #A915CC;
}
.TagClassName
{
border-color: #A915CC;
}
</style>