Shades of Dark Violet #A600BC
Tints of Dark Violet #A600BC
RGB
CMYK
RGB Variations
Color information
#A600BC (or 0xA600BC) is known color: Dark Violet. HEX triplet: A6, 00 and BC. RGB value is (166,0,188). Sum of RGB (Red+Green+Blue) = 166+0+188=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #A600BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600BC is #59FF43. Grayscale: #464646. Windows color (decimal): -5898052 or 12320934. OLE color: 12320934.
HSL color Cylindrical-coordinate representation of color #A600BC: hue angle of 292.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600BC is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 0 | 188 | - |
| CMYK | 0.12 | 1 | 0 | 0.26 |
| HSL | 292.98º | 1% | 0.37% | - |
| HSV(B) | 292.98º | 1% | 0.74% | - |
| XYZ | 24.8 | 11.74 | 48.54 | - |
| YUV | 71.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 188 | 0.12 | 1 | 0 | 0.26 | 292.98 | 1 | 0.37 |
| Hex | A6 | 0 | BC | C | 64 | 0 | 1A | 125 | 64 | 25 |
| Octal | 246 | 0 | 274 | 14 | 144 | 0 | 32 | 445 | 144 | 45 |
| Binary | 10100110 | 0 | 10111100 | 1100 | 1100100 | 0 | 11010 | 100100101 | 1100100 | 100101 |
Color Harmonies of #A600BC
Complementary color
Monochromatic Colors of #A600BC
Black with #A600BC
Text Example
Text Example
White with #A600BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600BC; }
p { color: rgb(166,0,188); }
H1.HeaderClassName
{
color: #A600BC;
}
.AnyTagClassName
{
color: #A600BC;
}
</style>
background-color css
<style>
a { background-color: #A600BC; }
a { background-color: rgb(166,0,188); }
div.DivClassName
{
background-color: #A600BC;
}
.BgClassName
{
background-color: #A600BC;
}
</style>
border-color css
<style>
span { border-color: #A600BC; }
span { border-color: rgb(166,0,188); }
td.TdClassName
{
border-color: #A600BC;
}
.TagClassName
{
border-color: #A600BC;
}
</style>