Shades of Dark Violet #A913CF
Tints of Dark Violet #A913CF
RGB
CMYK
RGB Variations
Color information
#A913CF (or 0xA913CF) is known color: Dark Violet. HEX triplet: A9, 13 and CF. RGB value is (169,19,207). Sum of RGB (Red+Green+Blue) = 169+19+207=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #A913CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913CF is #56EC30. Grayscale: #545454. Windows color (decimal): -5696561 or 13570985. OLE color: 13570985.
HSL color Cylindrical-coordinate representation of color #A913CF: hue angle of 287.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A913CF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 19 | 207 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.19 |
| HSL | 287.87º | 0.83% | 0.44% | - |
| HSV(B) | 287.87º | 0.91% | 0.81% | - |
| XYZ | 27.86 | 13.41 | 60.15 | - |
| YUV | 85.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 207 | 0.18 | 0.91 | 0 | 0.19 | 287.87 | 0.83 | 0.44 |
| Hex | A9 | 13 | CF | 12 | 5B | 0 | 13 | 120 | 53 | 2C |
| Octal | 251 | 23 | 317 | 22 | 133 | 0 | 23 | 440 | 123 | 54 |
| Binary | 10101001 | 10011 | 11001111 | 10010 | 1011011 | 0 | 10011 | 100100000 | 1010011 | 101100 |
Color Harmonies of #A913CF
Complementary color
Monochromatic Colors of #A913CF
Black with #A913CF
Text Example
Text Example
White with #A913CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A913CF; }
p { color: rgb(169,19,207); }
H1.HeaderClassName
{
color: #A913CF;
}
.AnyTagClassName
{
color: #A913CF;
}
</style>
background-color css
<style>
a { background-color: #A913CF; }
a { background-color: rgb(169,19,207); }
div.DivClassName
{
background-color: #A913CF;
}
.BgClassName
{
background-color: #A913CF;
}
</style>
border-color css
<style>
span { border-color: #A913CF; }
span { border-color: rgb(169,19,207); }
td.TdClassName
{
border-color: #A913CF;
}
.TagClassName
{
border-color: #A913CF;
}
</style>