Shades of Dark Violet #A711D1
Tints of Dark Violet #A711D1
RGB
CMYK
RGB Variations
Color information
#A711D1 (or 0xA711D1) is known color: Dark Violet. HEX triplet: A7, 11 and D1. RGB value is (167,17,209). Sum of RGB (Red+Green+Blue) = 167+17+209=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #A711D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711D1 is #58EE2E. Grayscale: #535353. Windows color (decimal): -5828143 or 13701543. OLE color: 13701543.
HSL color Cylindrical-coordinate representation of color #A711D1: hue angle of 286.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A711D1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 17 | 209 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.18 |
| HSL | 286.88º | 0.85% | 0.44% | - |
| HSV(B) | 286.88º | 0.92% | 0.82% | - |
| XYZ | 27.65 | 13.22 | 61.42 | - |
| YUV | 83.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 209 | 0.20 | 0.92 | 0 | 0.18 | 286.88 | 0.85 | 0.44 |
| Hex | A7 | 11 | D1 | 14 | 5C | 0 | 12 | 11F | 55 | 2C |
| Octal | 247 | 21 | 321 | 24 | 134 | 0 | 22 | 437 | 125 | 54 |
| Binary | 10100111 | 10001 | 11010001 | 10100 | 1011100 | 0 | 10010 | 100011111 | 1010101 | 101100 |
Color Harmonies of #A711D1
Complementary color
Monochromatic Colors of #A711D1
Black with #A711D1
Text Example
Text Example
White with #A711D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711D1; }
p { color: rgb(167,17,209); }
H1.HeaderClassName
{
color: #A711D1;
}
.AnyTagClassName
{
color: #A711D1;
}
</style>
background-color css
<style>
a { background-color: #A711D1; }
a { background-color: rgb(167,17,209); }
div.DivClassName
{
background-color: #A711D1;
}
.BgClassName
{
background-color: #A711D1;
}
</style>
border-color css
<style>
span { border-color: #A711D1; }
span { border-color: rgb(167,17,209); }
td.TdClassName
{
border-color: #A711D1;
}
.TagClassName
{
border-color: #A711D1;
}
</style>