Shades of Dark Violet #A601BF
Tints of Dark Violet #A601BF
RGB
CMYK
RGB Variations
Color information
#A601BF (or 0xA601BF) is known color: Dark Violet. HEX triplet: A6, 01 and BF. RGB value is (166,1,191). Sum of RGB (Red+Green+Blue) = 166+1+191=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #A601BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601BF is #59FE40. Grayscale: #474747. Windows color (decimal): -5897793 or 12517798. OLE color: 12517798.
HSL color Cylindrical-coordinate representation of color #A601BF: hue angle of 292.11º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A601BF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 1 | 191 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.25 |
| HSL | 292.11º | 0.99% | 0.38% | - |
| HSV(B) | 292.11º | 0.99% | 0.75% | - |
| XYZ | 25.14 | 11.89 | 50.26 | - |
| YUV | 72 | 195.16 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 191 | 0.13 | 0.99 | 0 | 0.25 | 292.11 | 0.99 | 0.38 |
| Hex | A6 | 1 | BF | D | 63 | 0 | 19 | 124 | 63 | 26 |
| Octal | 246 | 1 | 277 | 15 | 143 | 0 | 31 | 444 | 143 | 46 |
| Binary | 10100110 | 1 | 10111111 | 1101 | 1100011 | 0 | 11001 | 100100100 | 1100011 | 100110 |
Color Harmonies of #A601BF
Complementary color
Monochromatic Colors of #A601BF
Black with #A601BF
Text Example
Text Example
White with #A601BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601BF; }
p { color: rgb(166,1,191); }
H1.HeaderClassName
{
color: #A601BF;
}
.AnyTagClassName
{
color: #A601BF;
}
</style>
background-color css
<style>
a { background-color: #A601BF; }
a { background-color: rgb(166,1,191); }
div.DivClassName
{
background-color: #A601BF;
}
.BgClassName
{
background-color: #A601BF;
}
</style>
border-color css
<style>
span { border-color: #A601BF; }
span { border-color: rgb(166,1,191); }
td.TdClassName
{
border-color: #A601BF;
}
.TagClassName
{
border-color: #A601BF;
}
</style>