Shades of Dark Violet #A900BF
Tints of Dark Violet #A900BF
RGB
CMYK
RGB Variations
Color information
#A900BF (or 0xA900BF) is known color: Dark Violet. HEX triplet: A9, 00 and BF. RGB value is (169,0,191). Sum of RGB (Red+Green+Blue) = 169+0+191=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #A900BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900BF is #56FF40. Grayscale: #474747. Windows color (decimal): -5701441 or 12517545. OLE color: 12517545.
HSL color Cylindrical-coordinate representation of color #A900BF: hue angle of 293.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900BF is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 0 | 191 | - |
| CMYK | 0.12 | 1 | 0 | 0.25 |
| HSL | 293.09º | 1% | 0.37% | - |
| HSV(B) | 293.09º | 1% | 0.75% | - |
| XYZ | 25.77 | 12.2 | 50.29 | - |
| YUV | 72.31 | 194.99 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 191 | 0.12 | 1 | 0 | 0.25 | 293.09 | 1 | 0.37 |
| Hex | A9 | 0 | BF | C | 64 | 0 | 19 | 125 | 64 | 25 |
| Octal | 251 | 0 | 277 | 14 | 144 | 0 | 31 | 445 | 144 | 45 |
| Binary | 10101001 | 0 | 10111111 | 1100 | 1100100 | 0 | 11001 | 100100101 | 1100100 | 100101 |
Color Harmonies of #A900BF
Complementary color
Monochromatic Colors of #A900BF
Black with #A900BF
Text Example
Text Example
White with #A900BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900BF; }
p { color: rgb(169,0,191); }
H1.HeaderClassName
{
color: #A900BF;
}
.AnyTagClassName
{
color: #A900BF;
}
</style>
background-color css
<style>
a { background-color: #A900BF; }
a { background-color: rgb(169,0,191); }
div.DivClassName
{
background-color: #A900BF;
}
.BgClassName
{
background-color: #A900BF;
}
</style>
border-color css
<style>
span { border-color: #A900BF; }
span { border-color: rgb(169,0,191); }
td.TdClassName
{
border-color: #A900BF;
}
.TagClassName
{
border-color: #A900BF;
}
</style>