Shades of Dark Violet #A301BB
Tints of Dark Violet #A301BB
RGB
CMYK
RGB Variations
Color information
#A301BB (or 0xA301BB) is known color: Dark Violet. HEX triplet: A3, 01 and BB. RGB value is (163,1,187). Sum of RGB (Red+Green+Blue) = 163+1+187=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #A301BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301BB is #5CFE44. Grayscale: #464646. Windows color (decimal): -6094405 or 12255651. OLE color: 12255651.
HSL color Cylindrical-coordinate representation of color #A301BB: hue angle of 292.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301BB is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 1 | 187 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.27 |
| HSL | 292.26º | 0.99% | 0.37% | - |
| HSV(B) | 292.26º | 0.99% | 0.73% | - |
| XYZ | 24.08 | 11.4 | 47.94 | - |
| YUV | 70.64 | 193.67 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 187 | 0.13 | 0.99 | 0 | 0.27 | 292.26 | 0.99 | 0.37 |
| Hex | A3 | 1 | BB | D | 63 | 0 | 1B | 124 | 63 | 25 |
| Octal | 243 | 1 | 273 | 15 | 143 | 0 | 33 | 444 | 143 | 45 |
| Binary | 10100011 | 1 | 10111011 | 1101 | 1100011 | 0 | 11011 | 100100100 | 1100011 | 100101 |
Color Harmonies of #A301BB
Complementary color
Monochromatic Colors of #A301BB
Black with #A301BB
Text Example
Text Example
White with #A301BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301BB; }
p { color: rgb(163,1,187); }
H1.HeaderClassName
{
color: #A301BB;
}
.AnyTagClassName
{
color: #A301BB;
}
</style>
background-color css
<style>
a { background-color: #A301BB; }
a { background-color: rgb(163,1,187); }
div.DivClassName
{
background-color: #A301BB;
}
.BgClassName
{
background-color: #A301BB;
}
</style>
border-color css
<style>
span { border-color: #A301BB; }
span { border-color: rgb(163,1,187); }
td.TdClassName
{
border-color: #A301BB;
}
.TagClassName
{
border-color: #A301BB;
}
</style>