Shades of Dark Violet #A815D4
Tints of Dark Violet #A815D4
RGB
CMYK
RGB Variations
Color information
#A815D4 (or 0xA815D4) is known color: Dark Violet. HEX triplet: A8, 15 and D4. RGB value is (168,21,212). Sum of RGB (Red+Green+Blue) = 168+21+212=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #A815D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815D4 is #57EA2B. Grayscale: #565656. Windows color (decimal): -5761580 or 13899176. OLE color: 13899176.
HSL color Cylindrical-coordinate representation of color #A815D4: hue angle of 286.18º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A815D4 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 21 | 212 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.17 |
| HSL | 286.18º | 0.82% | 0.46% | - |
| HSV(B) | 286.18º | 0.9% | 0.83% | - |
| XYZ | 28.3 | 13.61 | 63.42 | - |
| YUV | 86.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 212 | 0.21 | 0.90 | 0 | 0.17 | 286.18 | 0.82 | 0.46 |
| Hex | A8 | 15 | D4 | 15 | 5A | 0 | 11 | 11E | 52 | 2E |
| Octal | 250 | 25 | 324 | 25 | 132 | 0 | 21 | 436 | 122 | 56 |
| Binary | 10101000 | 10101 | 11010100 | 10101 | 1011010 | 0 | 10001 | 100011110 | 1010010 | 101110 |
Color Harmonies of #A815D4
Complementary color
Monochromatic Colors of #A815D4
Black with #A815D4
Text Example
Text Example
White with #A815D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815D4; }
p { color: rgb(168,21,212); }
H1.HeaderClassName
{
color: #A815D4;
}
.AnyTagClassName
{
color: #A815D4;
}
</style>
background-color css
<style>
a { background-color: #A815D4; }
a { background-color: rgb(168,21,212); }
div.DivClassName
{
background-color: #A815D4;
}
.BgClassName
{
background-color: #A815D4;
}
</style>
border-color css
<style>
span { border-color: #A815D4; }
span { border-color: rgb(168,21,212); }
td.TdClassName
{
border-color: #A815D4;
}
.TagClassName
{
border-color: #A815D4;
}
</style>