Shades of Dark Violet #A601B9
Tints of Dark Violet #A601B9
RGB
CMYK
RGB Variations
Color information
#A601B9 (or 0xA601B9) is known color: Dark Violet. HEX triplet: A6, 01 and B9. RGB value is (166,1,185). Sum of RGB (Red+Green+Blue) = 166+1+185=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #A601B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601B9 is #59FE46. Grayscale: #464646. Windows color (decimal): -5897799 or 12124582. OLE color: 12124582.
HSL color Cylindrical-coordinate representation of color #A601B9: hue angle of 293.8º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A601B9 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 1 | 185 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.27 |
| HSL | 293.8º | 0.99% | 0.36% | - |
| HSV(B) | 293.8º | 0.99% | 0.73% | - |
| XYZ | 24.49 | 11.63 | 46.85 | - |
| YUV | 71.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 185 | 0.10 | 0.99 | 0 | 0.27 | 293.8 | 0.99 | 0.36 |
| Hex | A6 | 1 | B9 | A | 63 | 0 | 1B | 126 | 63 | 24 |
| Octal | 246 | 1 | 271 | 12 | 143 | 0 | 33 | 446 | 143 | 44 |
| Binary | 10100110 | 1 | 10111001 | 1010 | 1100011 | 0 | 11011 | 100100110 | 1100011 | 100100 |
Color Harmonies of #A601B9
Complementary color
Monochromatic Colors of #A601B9
Black with #A601B9
Text Example
Text Example
White with #A601B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601B9; }
p { color: rgb(166,1,185); }
H1.HeaderClassName
{
color: #A601B9;
}
.AnyTagClassName
{
color: #A601B9;
}
</style>
background-color css
<style>
a { background-color: #A601B9; }
a { background-color: rgb(166,1,185); }
div.DivClassName
{
background-color: #A601B9;
}
.BgClassName
{
background-color: #A601B9;
}
</style>
border-color css
<style>
span { border-color: #A601B9; }
span { border-color: rgb(166,1,185); }
td.TdClassName
{
border-color: #A601B9;
}
.TagClassName
{
border-color: #A601B9;
}
</style>