Shades of Dark Violet #A915CF
Tints of Dark Violet #A915CF
RGB
CMYK
RGB Variations
Color information
#A915CF (or 0xA915CF) is known color: Dark Violet. HEX triplet: A9, 15 and CF. RGB value is (169,21,207). Sum of RGB (Red+Green+Blue) = 169+21+207=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A915CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915CF is #56EA30. Grayscale: #555555. Windows color (decimal): -5696049 or 13571497. OLE color: 13571497.
HSL color Cylindrical-coordinate representation of color #A915CF: hue angle of 287.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A915CF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 21 | 207 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.19 |
| HSL | 287.74º | 0.82% | 0.45% | - |
| HSV(B) | 287.74º | 0.9% | 0.81% | - |
| XYZ | 27.89 | 13.48 | 60.16 | - |
| YUV | 86.46 | 196.03 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 207 | 0.18 | 0.90 | 0 | 0.19 | 287.74 | 0.82 | 0.45 |
| Hex | A9 | 15 | CF | 12 | 5A | 0 | 13 | 120 | 52 | 2D |
| Octal | 251 | 25 | 317 | 22 | 132 | 0 | 23 | 440 | 122 | 55 |
| Binary | 10101001 | 10101 | 11001111 | 10010 | 1011010 | 0 | 10011 | 100100000 | 1010010 | 101101 |
Color Harmonies of #A915CF
Complementary color
Monochromatic Colors of #A915CF
Black with #A915CF
Text Example
Text Example
White with #A915CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A915CF; }
p { color: rgb(169,21,207); }
H1.HeaderClassName
{
color: #A915CF;
}
.AnyTagClassName
{
color: #A915CF;
}
</style>
background-color css
<style>
a { background-color: #A915CF; }
a { background-color: rgb(169,21,207); }
div.DivClassName
{
background-color: #A915CF;
}
.BgClassName
{
background-color: #A915CF;
}
</style>
border-color css
<style>
span { border-color: #A915CF; }
span { border-color: rgb(169,21,207); }
td.TdClassName
{
border-color: #A915CF;
}
.TagClassName
{
border-color: #A915CF;
}
</style>