Shades of Dark Violet #A303BC
Tints of Dark Violet #A303BC
RGB
CMYK
RGB Variations
Color information
#A303BC (or 0xA303BC) is known color: Dark Violet. HEX triplet: A3, 03 and BC. RGB value is (163,3,188). Sum of RGB (Red+Green+Blue) = 163+3+188=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #A303BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303BC is #5CFC43. Grayscale: #474747. Windows color (decimal): -6093892 or 12321699. OLE color: 12321699.
HSL color Cylindrical-coordinate representation of color #A303BC: hue angle of 291.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A303BC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 3 | 188 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.26 |
| HSL | 291.89º | 0.97% | 0.37% | - |
| HSV(B) | 291.89º | 0.98% | 0.74% | - |
| XYZ | 24.21 | 11.48 | 48.52 | - |
| YUV | 71.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 188 | 0.13 | 0.98 | 0 | 0.26 | 291.89 | 0.97 | 0.37 |
| Hex | A3 | 3 | BC | D | 62 | 0 | 1A | 124 | 61 | 25 |
| Octal | 243 | 3 | 274 | 15 | 142 | 0 | 32 | 444 | 141 | 45 |
| Binary | 10100011 | 11 | 10111100 | 1101 | 1100010 | 0 | 11010 | 100100100 | 1100001 | 100101 |
Color Harmonies of #A303BC
Complementary color
Monochromatic Colors of #A303BC
Black with #A303BC
Text Example
Text Example
White with #A303BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303BC; }
p { color: rgb(163,3,188); }
H1.HeaderClassName
{
color: #A303BC;
}
.AnyTagClassName
{
color: #A303BC;
}
</style>
background-color css
<style>
a { background-color: #A303BC; }
a { background-color: rgb(163,3,188); }
div.DivClassName
{
background-color: #A303BC;
}
.BgClassName
{
background-color: #A303BC;
}
</style>
border-color css
<style>
span { border-color: #A303BC; }
span { border-color: rgb(163,3,188); }
td.TdClassName
{
border-color: #A303BC;
}
.TagClassName
{
border-color: #A303BC;
}
</style>