Shades of Dark Violet #A308BC
Tints of Dark Violet #A308BC
RGB
CMYK
RGB Variations
Color information
#A308BC (or 0xA308BC) is known color: Dark Violet. HEX triplet: A3, 08 and BC. RGB value is (163,8,188). Sum of RGB (Red+Green+Blue) = 163+8+188=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #A308BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308BC is #5CF743. Grayscale: #4A4A4A. Windows color (decimal): -6092612 or 12322979. OLE color: 12322979.
HSL color Cylindrical-coordinate representation of color #A308BC: hue angle of 291.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308BC is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 8 | 188 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.26 |
| HSL | 291.67º | 0.92% | 0.38% | - |
| HSV(B) | 291.67º | 0.96% | 0.74% | - |
| XYZ | 24.27 | 11.59 | 48.54 | - |
| YUV | 74.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 188 | 0.13 | 0.96 | 0 | 0.26 | 291.67 | 0.92 | 0.38 |
| Hex | A3 | 8 | BC | D | 60 | 0 | 1A | 124 | 5C | 26 |
| Octal | 243 | 10 | 274 | 15 | 140 | 0 | 32 | 444 | 134 | 46 |
| Binary | 10100011 | 1000 | 10111100 | 1101 | 1100000 | 0 | 11010 | 100100100 | 1011100 | 100110 |
Color Harmonies of #A308BC
Complementary color
Monochromatic Colors of #A308BC
Black with #A308BC
Text Example
Text Example
White with #A308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308BC; }
p { color: rgb(163,8,188); }
H1.HeaderClassName
{
color: #A308BC;
}
.AnyTagClassName
{
color: #A308BC;
}
</style>
background-color css
<style>
a { background-color: #A308BC; }
a { background-color: rgb(163,8,188); }
div.DivClassName
{
background-color: #A308BC;
}
.BgClassName
{
background-color: #A308BC;
}
</style>
border-color css
<style>
span { border-color: #A308BC; }
span { border-color: rgb(163,8,188); }
td.TdClassName
{
border-color: #A308BC;
}
.TagClassName
{
border-color: #A308BC;
}
</style>