Shades of Dark Violet #A303BF
Tints of Dark Violet #A303BF
RGB
CMYK
RGB Variations
Color information
#A303BF (or 0xA303BF) is known color: Dark Violet. HEX triplet: A3, 03 and BF. RGB value is (163,3,191). Sum of RGB (Red+Green+Blue) = 163+3+191=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #A303BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303BF is #5CFC40. Grayscale: #474747. Windows color (decimal): -6093889 or 12518307. OLE color: 12518307.
HSL color Cylindrical-coordinate representation of color #A303BF: hue angle of 291.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A303BF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 3 | 191 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.25 |
| HSL | 291.06º | 0.97% | 0.38% | - |
| HSV(B) | 291.06º | 0.98% | 0.75% | - |
| XYZ | 24.54 | 11.61 | 50.24 | - |
| YUV | 72.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 191 | 0.15 | 0.98 | 0 | 0.25 | 291.06 | 0.97 | 0.38 |
| Hex | A3 | 3 | BF | F | 62 | 0 | 19 | 123 | 61 | 26 |
| Octal | 243 | 3 | 277 | 17 | 142 | 0 | 31 | 443 | 141 | 46 |
| Binary | 10100011 | 11 | 10111111 | 1111 | 1100010 | 0 | 11001 | 100100011 | 1100001 | 100110 |
Color Harmonies of #A303BF
Complementary color
Monochromatic Colors of #A303BF
Black with #A303BF
Text Example
Text Example
White with #A303BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303BF; }
p { color: rgb(163,3,191); }
H1.HeaderClassName
{
color: #A303BF;
}
.AnyTagClassName
{
color: #A303BF;
}
</style>
background-color css
<style>
a { background-color: #A303BF; }
a { background-color: rgb(163,3,191); }
div.DivClassName
{
background-color: #A303BF;
}
.BgClassName
{
background-color: #A303BF;
}
</style>
border-color css
<style>
span { border-color: #A303BF; }
span { border-color: rgb(163,3,191); }
td.TdClassName
{
border-color: #A303BF;
}
.TagClassName
{
border-color: #A303BF;
}
</style>