Shades of Dark Violet #A101BD
Tints of Dark Violet #A101BD
RGB
CMYK
RGB Variations
Color information
#A101BD (or 0xA101BD) is known color: Dark Violet. HEX triplet: A1, 01 and BD. RGB value is (161,1,189). Sum of RGB (Red+Green+Blue) = 161+1+189=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #A101BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101BD is #5EFE42. Grayscale: #454545. Windows color (decimal): -6225475 or 12386721. OLE color: 12386721.
HSL color Cylindrical-coordinate representation of color #A101BD: hue angle of 291.06º 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 #A101BD is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 1 | 189 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.26 |
| HSL | 291.06º | 0.99% | 0.37% | - |
| HSV(B) | 291.06º | 0.99% | 0.74% | - |
| XYZ | 23.89 | 11.27 | 49.06 | - |
| YUV | 70.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 189 | 0.15 | 0.99 | 0 | 0.26 | 291.06 | 0.99 | 0.37 |
| Hex | A1 | 1 | BD | F | 63 | 0 | 1A | 123 | 63 | 25 |
| Octal | 241 | 1 | 275 | 17 | 143 | 0 | 32 | 443 | 143 | 45 |
| Binary | 10100001 | 1 | 10111101 | 1111 | 1100011 | 0 | 11010 | 100100011 | 1100011 | 100101 |
Color Harmonies of #A101BD
Complementary color
Monochromatic Colors of #A101BD
Black with #A101BD
Text Example
Text Example
White with #A101BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101BD; }
p { color: rgb(161,1,189); }
H1.HeaderClassName
{
color: #A101BD;
}
.AnyTagClassName
{
color: #A101BD;
}
</style>
background-color css
<style>
a { background-color: #A101BD; }
a { background-color: rgb(161,1,189); }
div.DivClassName
{
background-color: #A101BD;
}
.BgClassName
{
background-color: #A101BD;
}
</style>
border-color css
<style>
span { border-color: #A101BD; }
span { border-color: rgb(161,1,189); }
td.TdClassName
{
border-color: #A101BD;
}
.TagClassName
{
border-color: #A101BD;
}
</style>