Shades of Dark Violet #A308DD
Tints of Dark Violet #A308DD
RGB
CMYK
RGB Variations
Color information
#A308DD (or 0xA308DD) is known color: Dark Violet. HEX triplet: A3, 08 and DD. RGB value is (163,8,221). Sum of RGB (Red+Green+Blue) = 163+8+221=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #A308DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308DD is #5CF722. Grayscale: #4D4D4D. Windows color (decimal): -6092579 or 14485667. OLE color: 14485667.
HSL color Cylindrical-coordinate representation of color #A308DD: hue angle of 283.66º 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 #A308DD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 8 | 221 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.13 |
| HSL | 283.66º | 0.93% | 0.45% | - |
| HSV(B) | 283.66º | 0.96% | 0.87% | - |
| XYZ | 28.24 | 13.18 | 69.46 | - |
| YUV | 78.63 | 208.35 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 221 | 0.26 | 0.96 | 0 | 0.13 | 283.66 | 0.93 | 0.45 |
| Hex | A3 | 8 | DD | 1A | 60 | 0 | D | 11C | 5D | 2D |
| Octal | 243 | 10 | 335 | 32 | 140 | 0 | 15 | 434 | 135 | 55 |
| Binary | 10100011 | 1000 | 11011101 | 11010 | 1100000 | 0 | 1101 | 100011100 | 1011101 | 101101 |
Color Harmonies of #A308DD
Complementary color
Monochromatic Colors of #A308DD
Black with #A308DD
Text Example
Text Example
White with #A308DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308DD; }
p { color: rgb(163,8,221); }
H1.HeaderClassName
{
color: #A308DD;
}
.AnyTagClassName
{
color: #A308DD;
}
</style>
background-color css
<style>
a { background-color: #A308DD; }
a { background-color: rgb(163,8,221); }
div.DivClassName
{
background-color: #A308DD;
}
.BgClassName
{
background-color: #A308DD;
}
</style>
border-color css
<style>
span { border-color: #A308DD; }
span { border-color: rgb(163,8,221); }
td.TdClassName
{
border-color: #A308DD;
}
.TagClassName
{
border-color: #A308DD;
}
</style>