Shades of Dark Violet #A303BB
Tints of Dark Violet #A303BB
RGB
CMYK
RGB Variations
Color information
#A303BB (or 0xA303BB) is known color: Dark Violet. HEX triplet: A3, 03 and BB. RGB value is (163,3,187). Sum of RGB (Red+Green+Blue) = 163+3+187=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #A303BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303BB is #5CFC44. Grayscale: #474747. Windows color (decimal): -6093893 or 12256163. OLE color: 12256163.
HSL color Cylindrical-coordinate representation of color #A303BB: hue angle of 292.17º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A303BB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 3 | 187 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.27 |
| HSL | 292.17º | 0.97% | 0.37% | - |
| HSV(B) | 292.17º | 0.98% | 0.73% | - |
| XYZ | 24.11 | 11.44 | 47.95 | - |
| YUV | 71.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 187 | 0.13 | 0.98 | 0 | 0.27 | 292.17 | 0.97 | 0.37 |
| Hex | A3 | 3 | BB | D | 62 | 0 | 1B | 124 | 61 | 25 |
| Octal | 243 | 3 | 273 | 15 | 142 | 0 | 33 | 444 | 141 | 45 |
| Binary | 10100011 | 11 | 10111011 | 1101 | 1100010 | 0 | 11011 | 100100100 | 1100001 | 100101 |
Color Harmonies of #A303BB
Complementary color
Monochromatic Colors of #A303BB
Black with #A303BB
Text Example
Text Example
White with #A303BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303BB; }
p { color: rgb(163,3,187); }
H1.HeaderClassName
{
color: #A303BB;
}
.AnyTagClassName
{
color: #A303BB;
}
</style>
background-color css
<style>
a { background-color: #A303BB; }
a { background-color: rgb(163,3,187); }
div.DivClassName
{
background-color: #A303BB;
}
.BgClassName
{
background-color: #A303BB;
}
</style>
border-color css
<style>
span { border-color: #A303BB; }
span { border-color: rgb(163,3,187); }
td.TdClassName
{
border-color: #A303BB;
}
.TagClassName
{
border-color: #A303BB;
}
</style>