Shades of Dark Violet #A405DF
Tints of Dark Violet #A405DF
RGB
CMYK
RGB Variations
Color information
#A405DF (or 0xA405DF) is known color: Dark Violet. HEX triplet: A4, 05 and DF. RGB value is (164,5,223). Sum of RGB (Red+Green+Blue) = 164+5+223=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #A405DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405DF is #5BFA20. Grayscale: #4C4C4C. Windows color (decimal): -6027809 or 14615972. OLE color: 14615972.
HSL color Cylindrical-coordinate representation of color #A405DF: hue angle of 283.76º 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 #A405DF is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 5 | 223 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.13 |
| HSL | 283.76º | 0.96% | 0.45% | - |
| HSV(B) | 283.76º | 0.98% | 0.87% | - |
| XYZ | 28.68 | 13.33 | 70.87 | - |
| YUV | 77.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 223 | 0.26 | 0.98 | 0 | 0.13 | 283.76 | 0.96 | 0.45 |
| Hex | A4 | 5 | DF | 1A | 62 | 0 | D | 11C | 60 | 2D |
| Octal | 244 | 5 | 337 | 32 | 142 | 0 | 15 | 434 | 140 | 55 |
| Binary | 10100100 | 101 | 11011111 | 11010 | 1100010 | 0 | 1101 | 100011100 | 1100000 | 101101 |
Color Harmonies of #A405DF
Complementary color
Monochromatic Colors of #A405DF
Black with #A405DF
Text Example
Text Example
White with #A405DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405DF; }
p { color: rgb(164,5,223); }
H1.HeaderClassName
{
color: #A405DF;
}
.AnyTagClassName
{
color: #A405DF;
}
</style>
background-color css
<style>
a { background-color: #A405DF; }
a { background-color: rgb(164,5,223); }
div.DivClassName
{
background-color: #A405DF;
}
.BgClassName
{
background-color: #A405DF;
}
</style>
border-color css
<style>
span { border-color: #A405DF; }
span { border-color: rgb(164,5,223); }
td.TdClassName
{
border-color: #A405DF;
}
.TagClassName
{
border-color: #A405DF;
}
</style>