Shades of Dark Violet #A308D9
Tints of Dark Violet #A308D9
RGB
CMYK
RGB Variations
Color information
#A308D9 (or 0xA308D9) is known color: Dark Violet. HEX triplet: A3, 08 and D9. RGB value is (163,8,217). Sum of RGB (Red+Green+Blue) = 163+8+217=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #A308D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308D9 is #5CF726. Grayscale: #4D4D4D. Windows color (decimal): -6092583 or 14223523. OLE color: 14223523.
HSL color Cylindrical-coordinate representation of color #A308D9: hue angle of 284.5º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308D9 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 8 | 217 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.15 |
| HSL | 284.5º | 0.93% | 0.44% | - |
| HSV(B) | 284.5º | 0.96% | 0.85% | - |
| XYZ | 27.72 | 12.97 | 66.69 | - |
| YUV | 78.17 | 206.35 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 217 | 0.25 | 0.96 | 0 | 0.15 | 284.5 | 0.93 | 0.44 |
| Hex | A3 | 8 | D9 | 19 | 60 | 0 | F | 11C | 5D | 2C |
| Octal | 243 | 10 | 331 | 31 | 140 | 0 | 17 | 434 | 135 | 54 |
| Binary | 10100011 | 1000 | 11011001 | 11001 | 1100000 | 0 | 1111 | 100011100 | 1011101 | 101100 |
Color Harmonies of #A308D9
Complementary color
Monochromatic Colors of #A308D9
Black with #A308D9
Text Example
Text Example
White with #A308D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308D9; }
p { color: rgb(163,8,217); }
H1.HeaderClassName
{
color: #A308D9;
}
.AnyTagClassName
{
color: #A308D9;
}
</style>
background-color css
<style>
a { background-color: #A308D9; }
a { background-color: rgb(163,8,217); }
div.DivClassName
{
background-color: #A308D9;
}
.BgClassName
{
background-color: #A308D9;
}
</style>
border-color css
<style>
span { border-color: #A308D9; }
span { border-color: rgb(163,8,217); }
td.TdClassName
{
border-color: #A308D9;
}
.TagClassName
{
border-color: #A308D9;
}
</style>