Shades of Dark Violet #A101B9
Tints of Dark Violet #A101B9
RGB
CMYK
RGB Variations
Color information
#A101B9 (or 0xA101B9) is known color: Dark Violet. HEX triplet: A1, 01 and B9. RGB value is (161,1,185). Sum of RGB (Red+Green+Blue) = 161+1+185=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #A101B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101B9 is #5EFE46. Grayscale: #454545. Windows color (decimal): -6225479 or 12124577. OLE color: 12124577.
HSL color Cylindrical-coordinate representation of color #A101B9: hue angle of 292.17º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A101B9 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 1 | 185 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.27 |
| HSL | 292.17º | 0.99% | 0.36% | - |
| HSV(B) | 292.17º | 0.99% | 0.73% | - |
| XYZ | 23.47 | 11.1 | 46.8 | - |
| YUV | 69.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 185 | 0.13 | 0.99 | 0 | 0.27 | 292.17 | 0.99 | 0.36 |
| Hex | A1 | 1 | B9 | D | 63 | 0 | 1B | 124 | 63 | 24 |
| Octal | 241 | 1 | 271 | 15 | 143 | 0 | 33 | 444 | 143 | 44 |
| Binary | 10100001 | 1 | 10111001 | 1101 | 1100011 | 0 | 11011 | 100100100 | 1100011 | 100100 |
Color Harmonies of #A101B9
Complementary color
Monochromatic Colors of #A101B9
Black with #A101B9
Text Example
Text Example
White with #A101B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101B9; }
p { color: rgb(161,1,185); }
H1.HeaderClassName
{
color: #A101B9;
}
.AnyTagClassName
{
color: #A101B9;
}
</style>
background-color css
<style>
a { background-color: #A101B9; }
a { background-color: rgb(161,1,185); }
div.DivClassName
{
background-color: #A101B9;
}
.BgClassName
{
background-color: #A101B9;
}
</style>
border-color css
<style>
span { border-color: #A101B9; }
span { border-color: rgb(161,1,185); }
td.TdClassName
{
border-color: #A101B9;
}
.TagClassName
{
border-color: #A101B9;
}
</style>