Shades of Dark Violet #A805DF
Tints of Dark Violet #A805DF
RGB
CMYK
RGB Variations
Color information
#A805DF (or 0xA805DF) is known color: Dark Violet. HEX triplet: A8, 05 and DF. RGB value is (168,5,223). Sum of RGB (Red+Green+Blue) = 168+5+223=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A805DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805DF is #57FA20. Grayscale: #4D4D4D. Windows color (decimal): -5765665 or 14615976. OLE color: 14615976.
HSL color Cylindrical-coordinate representation of color #A805DF: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805DF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 5 | 223 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.13 |
| HSL | 284.86º | 0.96% | 0.45% | - |
| HSV(B) | 284.86º | 0.98% | 0.87% | - |
| XYZ | 29.52 | 13.76 | 70.91 | - |
| YUV | 78.59 | 209.5 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 223 | 0.25 | 0.98 | 0 | 0.13 | 284.86 | 0.96 | 0.45 |
| Hex | A8 | 5 | DF | 19 | 62 | 0 | D | 11D | 60 | 2D |
| Octal | 250 | 5 | 337 | 31 | 142 | 0 | 15 | 435 | 140 | 55 |
| Binary | 10101000 | 101 | 11011111 | 11001 | 1100010 | 0 | 1101 | 100011101 | 1100000 | 101101 |
Color Harmonies of #A805DF
Complementary color
Monochromatic Colors of #A805DF
Black with #A805DF
Text Example
Text Example
White with #A805DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805DF; }
p { color: rgb(168,5,223); }
H1.HeaderClassName
{
color: #A805DF;
}
.AnyTagClassName
{
color: #A805DF;
}
</style>
background-color css
<style>
a { background-color: #A805DF; }
a { background-color: rgb(168,5,223); }
div.DivClassName
{
background-color: #A805DF;
}
.BgClassName
{
background-color: #A805DF;
}
</style>
border-color css
<style>
span { border-color: #A805DF; }
span { border-color: rgb(168,5,223); }
td.TdClassName
{
border-color: #A805DF;
}
.TagClassName
{
border-color: #A805DF;
}
</style>