Shades of Dark Violet #A308BA
Tints of Dark Violet #A308BA
RGB
CMYK
RGB Variations
Color information
#A308BA (or 0xA308BA) is known color: Dark Violet. HEX triplet: A3, 08 and BA. RGB value is (163,8,186). Sum of RGB (Red+Green+Blue) = 163+8+186=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A308BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308BA is #5CF745. Grayscale: #4A4A4A. Windows color (decimal): -6092614 or 12191907. OLE color: 12191907.
HSL color Cylindrical-coordinate representation of color #A308BA: hue angle of 292.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308BA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 8 | 186 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.27 |
| HSL | 292.25º | 0.92% | 0.38% | - |
| HSV(B) | 292.25º | 0.96% | 0.73% | - |
| XYZ | 24.05 | 11.51 | 47.41 | - |
| YUV | 74.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 186 | 0.12 | 0.96 | 0 | 0.27 | 292.25 | 0.92 | 0.38 |
| Hex | A3 | 8 | BA | C | 60 | 0 | 1B | 124 | 5C | 26 |
| Octal | 243 | 10 | 272 | 14 | 140 | 0 | 33 | 444 | 134 | 46 |
| Binary | 10100011 | 1000 | 10111010 | 1100 | 1100000 | 0 | 11011 | 100100100 | 1011100 | 100110 |
Color Harmonies of #A308BA
Complementary color
Monochromatic Colors of #A308BA
Black with #A308BA
Text Example
Text Example
White with #A308BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308BA; }
p { color: rgb(163,8,186); }
H1.HeaderClassName
{
color: #A308BA;
}
.AnyTagClassName
{
color: #A308BA;
}
</style>
background-color css
<style>
a { background-color: #A308BA; }
a { background-color: rgb(163,8,186); }
div.DivClassName
{
background-color: #A308BA;
}
.BgClassName
{
background-color: #A308BA;
}
</style>
border-color css
<style>
span { border-color: #A308BA; }
span { border-color: rgb(163,8,186); }
td.TdClassName
{
border-color: #A308BA;
}
.TagClassName
{
border-color: #A308BA;
}
</style>