Shades of Dark Violet #A607BC
Tints of Dark Violet #A607BC
RGB
CMYK
RGB Variations
Color information
#A607BC (or 0xA607BC) is known color: Dark Violet. HEX triplet: A6, 07 and BC. RGB value is (166,7,188). Sum of RGB (Red+Green+Blue) = 166+7+188=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #A607BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607BC is #59F843. Grayscale: #4A4A4A. Windows color (decimal): -5896260 or 12322726. OLE color: 12322726.
HSL color Cylindrical-coordinate representation of color #A607BC: hue angle of 292.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607BC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 7 | 188 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.26 |
| HSL | 292.71º | 0.93% | 0.38% | - |
| HSV(B) | 292.71º | 0.96% | 0.74% | - |
| XYZ | 24.88 | 11.89 | 48.56 | - |
| YUV | 75.18 | 191.68 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 188 | 0.12 | 0.96 | 0 | 0.26 | 292.71 | 0.93 | 0.38 |
| Hex | A6 | 7 | BC | C | 60 | 0 | 1A | 125 | 5D | 26 |
| Octal | 246 | 7 | 274 | 14 | 140 | 0 | 32 | 445 | 135 | 46 |
| Binary | 10100110 | 111 | 10111100 | 1100 | 1100000 | 0 | 11010 | 100100101 | 1011101 | 100110 |
Color Harmonies of #A607BC
Complementary color
Monochromatic Colors of #A607BC
Black with #A607BC
Text Example
Text Example
White with #A607BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607BC; }
p { color: rgb(166,7,188); }
H1.HeaderClassName
{
color: #A607BC;
}
.AnyTagClassName
{
color: #A607BC;
}
</style>
background-color css
<style>
a { background-color: #A607BC; }
a { background-color: rgb(166,7,188); }
div.DivClassName
{
background-color: #A607BC;
}
.BgClassName
{
background-color: #A607BC;
}
</style>
border-color css
<style>
span { border-color: #A607BC; }
span { border-color: rgb(166,7,188); }
td.TdClassName
{
border-color: #A607BC;
}
.TagClassName
{
border-color: #A607BC;
}
</style>