Shades of Dark Violet #A308DF
Tints of Dark Violet #A308DF
RGB
CMYK
RGB Variations
Color information
#A308DF (or 0xA308DF) is known color: Dark Violet. HEX triplet: A3, 08 and DF. RGB value is (163,8,223). Sum of RGB (Red+Green+Blue) = 163+8+223=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #A308DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308DF is #5CF720. Grayscale: #4E4E4E. Windows color (decimal): -6092577 or 14616739. OLE color: 14616739.
HSL color Cylindrical-coordinate representation of color #A308DF: hue angle of 283.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308DF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 8 | 223 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.13 |
| HSL | 283.26º | 0.93% | 0.45% | - |
| HSV(B) | 283.26º | 0.96% | 0.87% | - |
| XYZ | 28.51 | 13.29 | 70.87 | - |
| YUV | 78.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 223 | 0.27 | 0.96 | 0 | 0.13 | 283.26 | 0.93 | 0.45 |
| Hex | A3 | 8 | DF | 1B | 60 | 0 | D | 11B | 5D | 2D |
| Octal | 243 | 10 | 337 | 33 | 140 | 0 | 15 | 433 | 135 | 55 |
| Binary | 10100011 | 1000 | 11011111 | 11011 | 1100000 | 0 | 1101 | 100011011 | 1011101 | 101101 |
Color Harmonies of #A308DF
Complementary color
Monochromatic Colors of #A308DF
Black with #A308DF
Text Example
Text Example
White with #A308DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308DF; }
p { color: rgb(163,8,223); }
H1.HeaderClassName
{
color: #A308DF;
}
.AnyTagClassName
{
color: #A308DF;
}
</style>
background-color css
<style>
a { background-color: #A308DF; }
a { background-color: rgb(163,8,223); }
div.DivClassName
{
background-color: #A308DF;
}
.BgClassName
{
background-color: #A308DF;
}
</style>
border-color css
<style>
span { border-color: #A308DF; }
span { border-color: rgb(163,8,223); }
td.TdClassName
{
border-color: #A308DF;
}
.TagClassName
{
border-color: #A308DF;
}
</style>