Shades of Dark Violet #A308D0
Tints of Dark Violet #A308D0
RGB
CMYK
RGB Variations
Color information
#A308D0 (or 0xA308D0) is known color: Dark Violet. HEX triplet: A3, 08 and D0. RGB value is (163,8,208). Sum of RGB (Red+Green+Blue) = 163+8+208=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #A308D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308D0 is #5CF72F. Grayscale: #4C4C4C. Windows color (decimal): -6092592 or 13633699. OLE color: 13633699.
HSL color Cylindrical-coordinate representation of color #A308D0: hue angle of 286.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308D0 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 8 | 208 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.18 |
| HSL | 286.5º | 0.93% | 0.42% | - |
| HSV(B) | 286.5º | 0.96% | 0.82% | - |
| XYZ | 26.58 | 12.51 | 60.69 | - |
| YUV | 77.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 208 | 0.22 | 0.96 | 0 | 0.18 | 286.5 | 0.93 | 0.42 |
| Hex | A3 | 8 | D0 | 16 | 60 | 0 | 12 | 11E | 5D | 2A |
| Octal | 243 | 10 | 320 | 26 | 140 | 0 | 22 | 436 | 135 | 52 |
| Binary | 10100011 | 1000 | 11010000 | 10110 | 1100000 | 0 | 10010 | 100011110 | 1011101 | 101010 |
Color Harmonies of #A308D0
Complementary color
Monochromatic Colors of #A308D0
Black with #A308D0
Text Example
Text Example
White with #A308D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308D0; }
p { color: rgb(163,8,208); }
H1.HeaderClassName
{
color: #A308D0;
}
.AnyTagClassName
{
color: #A308D0;
}
</style>
background-color css
<style>
a { background-color: #A308D0; }
a { background-color: rgb(163,8,208); }
div.DivClassName
{
background-color: #A308D0;
}
.BgClassName
{
background-color: #A308D0;
}
</style>
border-color css
<style>
span { border-color: #A308D0; }
span { border-color: rgb(163,8,208); }
td.TdClassName
{
border-color: #A308D0;
}
.TagClassName
{
border-color: #A308D0;
}
</style>