Shades of Dark Violet #A304DF
Tints of Dark Violet #A304DF
RGB
CMYK
RGB Variations
Color information
#A304DF (or 0xA304DF) is known color: Dark Violet. HEX triplet: A3, 04 and DF. RGB value is (163,4,223). Sum of RGB (Red+Green+Blue) = 163+4+223=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #A304DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304DF is #5CFB20. Grayscale: #4B4B4B. Windows color (decimal): -6093601 or 14615715. OLE color: 14615715.
HSL color Cylindrical-coordinate representation of color #A304DF: hue angle of 283.56º 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 #A304DF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 4 | 223 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.13 |
| HSL | 283.56º | 0.96% | 0.45% | - |
| HSV(B) | 283.56º | 0.98% | 0.87% | - |
| XYZ | 28.47 | 13.2 | 70.86 | - |
| YUV | 76.51 | 210.68 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 223 | 0.27 | 0.98 | 0 | 0.13 | 283.56 | 0.96 | 0.45 |
| Hex | A3 | 4 | DF | 1B | 62 | 0 | D | 11C | 60 | 2D |
| Octal | 243 | 4 | 337 | 33 | 142 | 0 | 15 | 434 | 140 | 55 |
| Binary | 10100011 | 100 | 11011111 | 11011 | 1100010 | 0 | 1101 | 100011100 | 1100000 | 101101 |
Color Harmonies of #A304DF
Complementary color
Monochromatic Colors of #A304DF
Black with #A304DF
Text Example
Text Example
White with #A304DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A304DF; }
p { color: rgb(163,4,223); }
H1.HeaderClassName
{
color: #A304DF;
}
.AnyTagClassName
{
color: #A304DF;
}
</style>
background-color css
<style>
a { background-color: #A304DF; }
a { background-color: rgb(163,4,223); }
div.DivClassName
{
background-color: #A304DF;
}
.BgClassName
{
background-color: #A304DF;
}
</style>
border-color css
<style>
span { border-color: #A304DF; }
span { border-color: rgb(163,4,223); }
td.TdClassName
{
border-color: #A304DF;
}
.TagClassName
{
border-color: #A304DF;
}
</style>