Shades of Dark Violet #A815DF
Tints of Dark Violet #A815DF
RGB
CMYK
RGB Variations
Color information
#A815DF (or 0xA815DF) is known color: Dark Violet. HEX triplet: A8, 15 and DF. RGB value is (168,21,223). Sum of RGB (Red+Green+Blue) = 168+21+223=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #A815DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815DF is #57EA20. Grayscale: #575757. Windows color (decimal): -5761569 or 14620072. OLE color: 14620072.
HSL color Cylindrical-coordinate representation of color #A815DF: hue angle of 283.66º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A815DF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 21 | 223 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.13 |
| HSL | 283.66º | 0.83% | 0.48% | - |
| HSV(B) | 283.66º | 0.91% | 0.87% | - |
| XYZ | 29.74 | 14.19 | 70.98 | - |
| YUV | 87.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 223 | 0.25 | 0.91 | 0 | 0.13 | 283.66 | 0.83 | 0.48 |
| Hex | A8 | 15 | DF | 19 | 5B | 0 | D | 11C | 53 | 30 |
| Octal | 250 | 25 | 337 | 31 | 133 | 0 | 15 | 434 | 123 | 60 |
| Binary | 10101000 | 10101 | 11011111 | 11001 | 1011011 | 0 | 1101 | 100011100 | 1010011 | 110000 |
Color Harmonies of #A815DF
Complementary color
Monochromatic Colors of #A815DF
Black with #A815DF
Text Example
Text Example
White with #A815DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815DF; }
p { color: rgb(168,21,223); }
H1.HeaderClassName
{
color: #A815DF;
}
.AnyTagClassName
{
color: #A815DF;
}
</style>
background-color css
<style>
a { background-color: #A815DF; }
a { background-color: rgb(168,21,223); }
div.DivClassName
{
background-color: #A815DF;
}
.BgClassName
{
background-color: #A815DF;
}
</style>
border-color css
<style>
span { border-color: #A815DF; }
span { border-color: rgb(168,21,223); }
td.TdClassName
{
border-color: #A815DF;
}
.TagClassName
{
border-color: #A815DF;
}
</style>