Shades of Dark Violet #A800B9
Tints of Dark Violet #A800B9
RGB
CMYK
RGB Variations
Color information
#A800B9 (or 0xA800B9) is known color: Dark Violet. HEX triplet: A8, 00 and B9. RGB value is (168,0,185). Sum of RGB (Red+Green+Blue) = 168+0+185=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #A800B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800B9 is #57FF46. Grayscale: #464646. Windows color (decimal): -5766983 or 12124328. OLE color: 12124328.
HSL color Cylindrical-coordinate representation of color #A800B9: hue angle of 294.49º 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 #A800B9 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 0 | 185 | - |
| CMYK | 0.09 | 1 | 0 | 0.27 |
| HSL | 294.49º | 1% | 0.36% | - |
| HSV(B) | 294.49º | 1% | 0.73% | - |
| XYZ | 24.91 | 11.83 | 46.87 | - |
| YUV | 71.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 185 | 0.09 | 1 | 0 | 0.27 | 294.49 | 1 | 0.36 |
| Hex | A8 | 0 | B9 | 9 | 64 | 0 | 1B | 126 | 64 | 24 |
| Octal | 250 | 0 | 271 | 11 | 144 | 0 | 33 | 446 | 144 | 44 |
| Binary | 10101000 | 0 | 10111001 | 1001 | 1100100 | 0 | 11011 | 100100110 | 1100100 | 100100 |
Color Harmonies of #A800B9
Complementary color
Monochromatic Colors of #A800B9
Black with #A800B9
Text Example
Text Example
White with #A800B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800B9; }
p { color: rgb(168,0,185); }
H1.HeaderClassName
{
color: #A800B9;
}
.AnyTagClassName
{
color: #A800B9;
}
</style>
background-color css
<style>
a { background-color: #A800B9; }
a { background-color: rgb(168,0,185); }
div.DivClassName
{
background-color: #A800B9;
}
.BgClassName
{
background-color: #A800B9;
}
</style>
border-color css
<style>
span { border-color: #A800B9; }
span { border-color: rgb(168,0,185); }
td.TdClassName
{
border-color: #A800B9;
}
.TagClassName
{
border-color: #A800B9;
}
</style>