Shades of Dark Violet #A911CF
Tints of Dark Violet #A911CF
RGB
CMYK
RGB Variations
Color information
#A911CF (or 0xA911CF) is known color: Dark Violet. HEX triplet: A9, 11 and CF. RGB value is (169,17,207). Sum of RGB (Red+Green+Blue) = 169+17+207=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #A911CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911CF is #56EE30. Grayscale: #535353. Windows color (decimal): -5697073 or 13570473. OLE color: 13570473.
HSL color Cylindrical-coordinate representation of color #A911CF: hue angle of 288º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A911CF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 17 | 207 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.19 |
| HSL | 288º | 0.85% | 0.44% | - |
| HSV(B) | 288º | 0.92% | 0.81% | - |
| XYZ | 27.83 | 13.34 | 60.14 | - |
| YUV | 84.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 207 | 0.18 | 0.92 | 0 | 0.19 | 288 | 0.85 | 0.44 |
| Hex | A9 | 11 | CF | 12 | 5C | 0 | 13 | 120 | 55 | 2C |
| Octal | 251 | 21 | 317 | 22 | 134 | 0 | 23 | 440 | 125 | 54 |
| Binary | 10101001 | 10001 | 11001111 | 10010 | 1011100 | 0 | 10011 | 100100000 | 1010101 | 101100 |
Color Harmonies of #A911CF
Complementary color
Monochromatic Colors of #A911CF
Black with #A911CF
Text Example
Text Example
White with #A911CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911CF; }
p { color: rgb(169,17,207); }
H1.HeaderClassName
{
color: #A911CF;
}
.AnyTagClassName
{
color: #A911CF;
}
</style>
background-color css
<style>
a { background-color: #A911CF; }
a { background-color: rgb(169,17,207); }
div.DivClassName
{
background-color: #A911CF;
}
.BgClassName
{
background-color: #A911CF;
}
</style>
border-color css
<style>
span { border-color: #A911CF; }
span { border-color: rgb(169,17,207); }
td.TdClassName
{
border-color: #A911CF;
}
.TagClassName
{
border-color: #A911CF;
}
</style>