Shades of Dark Violet #A814DF
Tints of Dark Violet #A814DF
RGB
CMYK
RGB Variations
Color information
#A814DF (or 0xA814DF) is known color: Dark Violet. HEX triplet: A8, 14 and DF. RGB value is (168,20,223). Sum of RGB (Red+Green+Blue) = 168+20+223=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #A814DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814DF is #57EB20. Grayscale: #565656. Windows color (decimal): -5761825 or 14619816. OLE color: 14619816.
HSL color Cylindrical-coordinate representation of color #A814DF: hue angle of 283.74º degrees, saturation: 0.84, 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 #A814DF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 20 | 223 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.13 |
| HSL | 283.74º | 0.84% | 0.48% | - |
| HSV(B) | 283.74º | 0.91% | 0.87% | - |
| XYZ | 29.72 | 14.15 | 70.98 | - |
| YUV | 87.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 223 | 0.25 | 0.91 | 0 | 0.13 | 283.74 | 0.84 | 0.48 |
| Hex | A8 | 14 | DF | 19 | 5B | 0 | D | 11C | 54 | 30 |
| Octal | 250 | 24 | 337 | 31 | 133 | 0 | 15 | 434 | 124 | 60 |
| Binary | 10101000 | 10100 | 11011111 | 11001 | 1011011 | 0 | 1101 | 100011100 | 1010100 | 110000 |
Color Harmonies of #A814DF
Complementary color
Monochromatic Colors of #A814DF
Black with #A814DF
Text Example
Text Example
White with #A814DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814DF; }
p { color: rgb(168,20,223); }
H1.HeaderClassName
{
color: #A814DF;
}
.AnyTagClassName
{
color: #A814DF;
}
</style>
background-color css
<style>
a { background-color: #A814DF; }
a { background-color: rgb(168,20,223); }
div.DivClassName
{
background-color: #A814DF;
}
.BgClassName
{
background-color: #A814DF;
}
</style>
border-color css
<style>
span { border-color: #A814DF; }
span { border-color: rgb(168,20,223); }
td.TdClassName
{
border-color: #A814DF;
}
.TagClassName
{
border-color: #A814DF;
}
</style>