Shades of Dark Violet #A901BB
Tints of Dark Violet #A901BB
RGB
CMYK
RGB Variations
Color information
#A901BB (or 0xA901BB) is known color: Dark Violet. HEX triplet: A9, 01 and BB. RGB value is (169,1,187). Sum of RGB (Red+Green+Blue) = 169+1+187=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #A901BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901BB is #56FE44. Grayscale: #474747. Windows color (decimal): -5701189 or 12255657. OLE color: 12255657.
HSL color Cylindrical-coordinate representation of color #A901BB: hue angle of 294.19º 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 #A901BB is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 1 | 187 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.27 |
| HSL | 294.19º | 0.99% | 0.37% | - |
| HSV(B) | 294.19º | 0.99% | 0.73% | - |
| XYZ | 25.34 | 12.04 | 48 | - |
| YUV | 72.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 187 | 0.10 | 0.99 | 0 | 0.27 | 294.19 | 0.99 | 0.37 |
| Hex | A9 | 1 | BB | A | 63 | 0 | 1B | 126 | 63 | 25 |
| Octal | 251 | 1 | 273 | 12 | 143 | 0 | 33 | 446 | 143 | 45 |
| Binary | 10101001 | 1 | 10111011 | 1010 | 1100011 | 0 | 11011 | 100100110 | 1100011 | 100101 |
Color Harmonies of #A901BB
Complementary color
Monochromatic Colors of #A901BB
Black with #A901BB
Text Example
Text Example
White with #A901BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901BB; }
p { color: rgb(169,1,187); }
H1.HeaderClassName
{
color: #A901BB;
}
.AnyTagClassName
{
color: #A901BB;
}
</style>
background-color css
<style>
a { background-color: #A901BB; }
a { background-color: rgb(169,1,187); }
div.DivClassName
{
background-color: #A901BB;
}
.BgClassName
{
background-color: #A901BB;
}
</style>
border-color css
<style>
span { border-color: #A901BB; }
span { border-color: rgb(169,1,187); }
td.TdClassName
{
border-color: #A901BB;
}
.TagClassName
{
border-color: #A901BB;
}
</style>