Shades of Dark Violet #A900B9
Tints of Dark Violet #A900B9
RGB
CMYK
RGB Variations
Color information
#A900B9 (or 0xA900B9) is known color: Dark Violet. HEX triplet: A9, 00 and B9. RGB value is (169,0,185). Sum of RGB (Red+Green+Blue) = 169+0+185=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #A900B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900B9 is #56FF46. Grayscale: #474747. Windows color (decimal): -5701447 or 12124329. OLE color: 12124329.
HSL color Cylindrical-coordinate representation of color #A900B9: hue angle of 294.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900B9 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 0 | 185 | - |
| CMYK | 0.09 | 1 | 0 | 0.27 |
| HSL | 294.81º | 1% | 0.36% | - |
| HSV(B) | 294.81º | 1% | 0.73% | - |
| XYZ | 25.12 | 11.94 | 46.88 | - |
| YUV | 71.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 185 | 0.09 | 1 | 0 | 0.27 | 294.81 | 1 | 0.36 |
| Hex | A9 | 0 | B9 | 9 | 64 | 0 | 1B | 127 | 64 | 24 |
| Octal | 251 | 0 | 271 | 11 | 144 | 0 | 33 | 447 | 144 | 44 |
| Binary | 10101001 | 0 | 10111001 | 1001 | 1100100 | 0 | 11011 | 100100111 | 1100100 | 100100 |
Color Harmonies of #A900B9
Complementary color
Monochromatic Colors of #A900B9
Black with #A900B9
Text Example
Text Example
White with #A900B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900B9; }
p { color: rgb(169,0,185); }
H1.HeaderClassName
{
color: #A900B9;
}
.AnyTagClassName
{
color: #A900B9;
}
</style>
background-color css
<style>
a { background-color: #A900B9; }
a { background-color: rgb(169,0,185); }
div.DivClassName
{
background-color: #A900B9;
}
.BgClassName
{
background-color: #A900B9;
}
</style>
border-color css
<style>
span { border-color: #A900B9; }
span { border-color: rgb(169,0,185); }
td.TdClassName
{
border-color: #A900B9;
}
.TagClassName
{
border-color: #A900B9;
}
</style>