Shades of Dark Violet #A718D4
Tints of Dark Violet #A718D4
RGB
CMYK
RGB Variations
Color information
#A718D4 (or 0xA718D4) is known color: Dark Violet. HEX triplet: A7, 18 and D4. RGB value is (167,24,212). Sum of RGB (Red+Green+Blue) = 167+24+212=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #A718D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718D4 is #58E72B. Grayscale: #575757. Windows color (decimal): -5826348 or 13899943. OLE color: 13899943.
HSL color Cylindrical-coordinate representation of color #A718D4: hue angle of 285.64º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A718D4 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 24 | 212 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.17 |
| HSL | 285.64º | 0.8% | 0.46% | - |
| HSV(B) | 285.64º | 0.89% | 0.83% | - |
| XYZ | 28.15 | 13.62 | 63.43 | - |
| YUV | 88.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 212 | 0.21 | 0.89 | 0 | 0.17 | 285.64 | 0.8 | 0.46 |
| Hex | A7 | 18 | D4 | 15 | 59 | 0 | 11 | 11E | 50 | 2E |
| Octal | 247 | 30 | 324 | 25 | 131 | 0 | 21 | 436 | 120 | 56 |
| Binary | 10100111 | 11000 | 11010100 | 10101 | 1011001 | 0 | 10001 | 100011110 | 1010000 | 101110 |
Color Harmonies of #A718D4
Complementary color
Monochromatic Colors of #A718D4
Black with #A718D4
Text Example
Text Example
White with #A718D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718D4; }
p { color: rgb(167,24,212); }
H1.HeaderClassName
{
color: #A718D4;
}
.AnyTagClassName
{
color: #A718D4;
}
</style>
background-color css
<style>
a { background-color: #A718D4; }
a { background-color: rgb(167,24,212); }
div.DivClassName
{
background-color: #A718D4;
}
.BgClassName
{
background-color: #A718D4;
}
</style>
border-color css
<style>
span { border-color: #A718D4; }
span { border-color: rgb(167,24,212); }
td.TdClassName
{
border-color: #A718D4;
}
.TagClassName
{
border-color: #A718D4;
}
</style>