Shades of Dark Violet #A815D6
Tints of Dark Violet #A815D6
RGB
CMYK
RGB Variations
Color information
#A815D6 (or 0xA815D6) is known color: Dark Violet. HEX triplet: A8, 15 and D6. RGB value is (168,21,214). Sum of RGB (Red+Green+Blue) = 168+21+214=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #A815D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815D6 is #57EA29. Grayscale: #565656. Windows color (decimal): -5761578 or 14030248. OLE color: 14030248.
HSL color Cylindrical-coordinate representation of color #A815D6: hue angle of 285.7º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A815D6 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 21 | 214 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.16 |
| HSL | 285.7º | 0.82% | 0.46% | - |
| HSV(B) | 285.7º | 0.9% | 0.84% | - |
| XYZ | 28.55 | 13.72 | 64.76 | - |
| YUV | 86.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 214 | 0.21 | 0.90 | 0 | 0.16 | 285.7 | 0.82 | 0.46 |
| Hex | A8 | 15 | D6 | 15 | 5A | 0 | 10 | 11E | 52 | 2E |
| Octal | 250 | 25 | 326 | 25 | 132 | 0 | 20 | 436 | 122 | 56 |
| Binary | 10101000 | 10101 | 11010110 | 10101 | 1011010 | 0 | 10000 | 100011110 | 1010010 | 101110 |
Color Harmonies of #A815D6
Complementary color
Monochromatic Colors of #A815D6
Black with #A815D6
Text Example
Text Example
White with #A815D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815D6; }
p { color: rgb(168,21,214); }
H1.HeaderClassName
{
color: #A815D6;
}
.AnyTagClassName
{
color: #A815D6;
}
</style>
background-color css
<style>
a { background-color: #A815D6; }
a { background-color: rgb(168,21,214); }
div.DivClassName
{
background-color: #A815D6;
}
.BgClassName
{
background-color: #A815D6;
}
</style>
border-color css
<style>
span { border-color: #A815D6; }
span { border-color: rgb(168,21,214); }
td.TdClassName
{
border-color: #A815D6;
}
.TagClassName
{
border-color: #A815D6;
}
</style>