Shades of Dark Violet #A305DF
Tints of Dark Violet #A305DF
RGB
CMYK
RGB Variations
Color information
#A305DF (or 0xA305DF) is known color: Dark Violet. HEX triplet: A3, 05 and DF. RGB value is (163,5,223). Sum of RGB (Red+Green+Blue) = 163+5+223=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #A305DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305DF is #5CFA20. Grayscale: #4C4C4C. Windows color (decimal): -6093345 or 14615971. OLE color: 14615971.
HSL color Cylindrical-coordinate representation of color #A305DF: hue angle of 283.49º 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 #A305DF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 5 | 223 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.13 |
| HSL | 283.49º | 0.96% | 0.45% | - |
| HSV(B) | 283.49º | 0.98% | 0.87% | - |
| XYZ | 28.48 | 13.22 | 70.86 | - |
| YUV | 77.09 | 210.35 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 223 | 0.27 | 0.98 | 0 | 0.13 | 283.49 | 0.96 | 0.45 |
| Hex | A3 | 5 | DF | 1B | 62 | 0 | D | 11B | 60 | 2D |
| Octal | 243 | 5 | 337 | 33 | 142 | 0 | 15 | 433 | 140 | 55 |
| Binary | 10100011 | 101 | 11011111 | 11011 | 1100010 | 0 | 1101 | 100011011 | 1100000 | 101101 |
Color Harmonies of #A305DF
Complementary color
Monochromatic Colors of #A305DF
Black with #A305DF
Text Example
Text Example
White with #A305DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305DF; }
p { color: rgb(163,5,223); }
H1.HeaderClassName
{
color: #A305DF;
}
.AnyTagClassName
{
color: #A305DF;
}
</style>
background-color css
<style>
a { background-color: #A305DF; }
a { background-color: rgb(163,5,223); }
div.DivClassName
{
background-color: #A305DF;
}
.BgClassName
{
background-color: #A305DF;
}
</style>
border-color css
<style>
span { border-color: #A305DF; }
span { border-color: rgb(163,5,223); }
td.TdClassName
{
border-color: #A305DF;
}
.TagClassName
{
border-color: #A305DF;
}
</style>