Shades of Dark Violet #A609BC
Tints of Dark Violet #A609BC
RGB
CMYK
RGB Variations
Color information
#A609BC (or 0xA609BC) is known color: Dark Violet. HEX triplet: A6, 09 and BC. RGB value is (166,9,188). Sum of RGB (Red+Green+Blue) = 166+9+188=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #A609BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609BC is #59F643. Grayscale: #4B4B4B. Windows color (decimal): -5895748 or 12323238. OLE color: 12323238.
HSL color Cylindrical-coordinate representation of color #A609BC: hue angle of 292.63º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609BC is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 9 | 188 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.26 |
| HSL | 292.63º | 0.91% | 0.39% | - |
| HSV(B) | 292.63º | 0.95% | 0.74% | - |
| XYZ | 24.9 | 11.93 | 48.57 | - |
| YUV | 76.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 188 | 0.12 | 0.95 | 0 | 0.26 | 292.63 | 0.91 | 0.39 |
| Hex | A6 | 9 | BC | C | 5F | 0 | 1A | 125 | 5B | 27 |
| Octal | 246 | 11 | 274 | 14 | 137 | 0 | 32 | 445 | 133 | 47 |
| Binary | 10100110 | 1001 | 10111100 | 1100 | 1011111 | 0 | 11010 | 100100101 | 1011011 | 100111 |
Color Harmonies of #A609BC
Complementary color
Monochromatic Colors of #A609BC
Black with #A609BC
Text Example
Text Example
White with #A609BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609BC; }
p { color: rgb(166,9,188); }
H1.HeaderClassName
{
color: #A609BC;
}
.AnyTagClassName
{
color: #A609BC;
}
</style>
background-color css
<style>
a { background-color: #A609BC; }
a { background-color: rgb(166,9,188); }
div.DivClassName
{
background-color: #A609BC;
}
.BgClassName
{
background-color: #A609BC;
}
</style>
border-color css
<style>
span { border-color: #A609BC; }
span { border-color: rgb(166,9,188); }
td.TdClassName
{
border-color: #A609BC;
}
.TagClassName
{
border-color: #A609BC;
}
</style>