Shades of Dark Violet #A301BC
Tints of Dark Violet #A301BC
RGB
CMYK
RGB Variations
Color information
#A301BC (or 0xA301BC) is known color: Dark Violet. HEX triplet: A3, 01 and BC. RGB value is (163,1,188). Sum of RGB (Red+Green+Blue) = 163+1+188=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #A301BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301BC is #5CFE43. Grayscale: #464646. Windows color (decimal): -6094404 or 12321187. OLE color: 12321187.
HSL color Cylindrical-coordinate representation of color #A301BC: hue angle of 291.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301BC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 1 | 188 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.26 |
| HSL | 291.98º | 0.99% | 0.37% | - |
| HSV(B) | 291.98º | 0.99% | 0.74% | - |
| XYZ | 24.19 | 11.44 | 48.51 | - |
| YUV | 70.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 188 | 0.13 | 0.99 | 0 | 0.26 | 291.98 | 0.99 | 0.37 |
| Hex | A3 | 1 | BC | D | 63 | 0 | 1A | 124 | 63 | 25 |
| Octal | 243 | 1 | 274 | 15 | 143 | 0 | 32 | 444 | 143 | 45 |
| Binary | 10100011 | 1 | 10111100 | 1101 | 1100011 | 0 | 11010 | 100100100 | 1100011 | 100101 |
Color Harmonies of #A301BC
Complementary color
Monochromatic Colors of #A301BC
Black with #A301BC
Text Example
Text Example
White with #A301BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301BC; }
p { color: rgb(163,1,188); }
H1.HeaderClassName
{
color: #A301BC;
}
.AnyTagClassName
{
color: #A301BC;
}
</style>
background-color css
<style>
a { background-color: #A301BC; }
a { background-color: rgb(163,1,188); }
div.DivClassName
{
background-color: #A301BC;
}
.BgClassName
{
background-color: #A301BC;
}
</style>
border-color css
<style>
span { border-color: #A301BC; }
span { border-color: rgb(163,1,188); }
td.TdClassName
{
border-color: #A301BC;
}
.TagClassName
{
border-color: #A301BC;
}
</style>