Shades of Dark Violet #A607BF
Tints of Dark Violet #A607BF
RGB
CMYK
RGB Variations
Color information
#A607BF (or 0xA607BF) is known color: Dark Violet. HEX triplet: A6, 07 and BF. RGB value is (166,7,191). Sum of RGB (Red+Green+Blue) = 166+7+191=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #A607BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607BF is #59F840. Grayscale: #4A4A4A. Windows color (decimal): -5896257 or 12519334. OLE color: 12519334.
HSL color Cylindrical-coordinate representation of color #A607BF: hue angle of 291.85º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607BF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 7 | 191 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.25 |
| HSL | 291.85º | 0.93% | 0.39% | - |
| HSV(B) | 291.85º | 0.96% | 0.75% | - |
| XYZ | 25.21 | 12.02 | 50.28 | - |
| YUV | 75.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 191 | 0.13 | 0.96 | 0 | 0.25 | 291.85 | 0.93 | 0.39 |
| Hex | A6 | 7 | BF | D | 60 | 0 | 19 | 124 | 5D | 27 |
| Octal | 246 | 7 | 277 | 15 | 140 | 0 | 31 | 444 | 135 | 47 |
| Binary | 10100110 | 111 | 10111111 | 1101 | 1100000 | 0 | 11001 | 100100100 | 1011101 | 100111 |
Color Harmonies of #A607BF
Complementary color
Monochromatic Colors of #A607BF
Black with #A607BF
Text Example
Text Example
White with #A607BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607BF; }
p { color: rgb(166,7,191); }
H1.HeaderClassName
{
color: #A607BF;
}
.AnyTagClassName
{
color: #A607BF;
}
</style>
background-color css
<style>
a { background-color: #A607BF; }
a { background-color: rgb(166,7,191); }
div.DivClassName
{
background-color: #A607BF;
}
.BgClassName
{
background-color: #A607BF;
}
</style>
border-color css
<style>
span { border-color: #A607BF; }
span { border-color: rgb(166,7,191); }
td.TdClassName
{
border-color: #A607BF;
}
.TagClassName
{
border-color: #A607BF;
}
</style>