Shades of Dark Violet #A711BE
Tints of Dark Violet #A711BE
RGB
CMYK
RGB Variations
Color information
#A711BE (or 0xA711BE) is known color: Dark Violet. HEX triplet: A7, 11 and BE. RGB value is (167,17,190). Sum of RGB (Red+Green+Blue) = 167+17+190=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #A711BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711BE is #58EE41. Grayscale: #515151. Windows color (decimal): -5828162 or 12456359. OLE color: 12456359.
HSL color Cylindrical-coordinate representation of color #A711BE: hue angle of 292.02º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A711BE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 17 | 190 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.25 |
| HSL | 292.02º | 0.84% | 0.41% | - |
| HSV(B) | 292.02º | 0.91% | 0.75% | - |
| XYZ | 25.43 | 12.33 | 49.76 | - |
| YUV | 81.57 | 189.2 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 190 | 0.12 | 0.91 | 0 | 0.25 | 292.02 | 0.84 | 0.41 |
| Hex | A7 | 11 | BE | C | 5B | 0 | 19 | 124 | 54 | 29 |
| Octal | 247 | 21 | 276 | 14 | 133 | 0 | 31 | 444 | 124 | 51 |
| Binary | 10100111 | 10001 | 10111110 | 1100 | 1011011 | 0 | 11001 | 100100100 | 1010100 | 101001 |
Color Harmonies of #A711BE
Complementary color
Monochromatic Colors of #A711BE
Black with #A711BE
Text Example
Text Example
White with #A711BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A711BE; }
p { color: rgb(167,17,190); }
H1.HeaderClassName
{
color: #A711BE;
}
.AnyTagClassName
{
color: #A711BE;
}
</style>
background-color css
<style>
a { background-color: #A711BE; }
a { background-color: rgb(167,17,190); }
div.DivClassName
{
background-color: #A711BE;
}
.BgClassName
{
background-color: #A711BE;
}
</style>
border-color css
<style>
span { border-color: #A711BE; }
span { border-color: rgb(167,17,190); }
td.TdClassName
{
border-color: #A711BE;
}
.TagClassName
{
border-color: #A711BE;
}
</style>