Shades of Dark Violet #A608BC
Tints of Dark Violet #A608BC
RGB
CMYK
RGB Variations
Color information
#A608BC (or 0xA608BC) is known color: Dark Violet. HEX triplet: A6, 08 and BC. RGB value is (166,8,188). Sum of RGB (Red+Green+Blue) = 166+8+188=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #A608BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608BC is #59F743. Grayscale: #4B4B4B. Windows color (decimal): -5896004 or 12322982. OLE color: 12322982.
HSL color Cylindrical-coordinate representation of color #A608BC: hue angle of 292.67º degrees, saturation: 0.92, 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 #A608BC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 8 | 188 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.26 |
| HSL | 292.67º | 0.92% | 0.38% | - |
| HSV(B) | 292.67º | 0.96% | 0.74% | - |
| XYZ | 24.89 | 11.91 | 48.56 | - |
| YUV | 75.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 188 | 0.12 | 0.96 | 0 | 0.26 | 292.67 | 0.92 | 0.38 |
| Hex | A6 | 8 | BC | C | 60 | 0 | 1A | 125 | 5C | 26 |
| Octal | 246 | 10 | 274 | 14 | 140 | 0 | 32 | 445 | 134 | 46 |
| Binary | 10100110 | 1000 | 10111100 | 1100 | 1100000 | 0 | 11010 | 100100101 | 1011100 | 100110 |
Color Harmonies of #A608BC
Complementary color
Monochromatic Colors of #A608BC
Black with #A608BC
Text Example
Text Example
White with #A608BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608BC; }
p { color: rgb(166,8,188); }
H1.HeaderClassName
{
color: #A608BC;
}
.AnyTagClassName
{
color: #A608BC;
}
</style>
background-color css
<style>
a { background-color: #A608BC; }
a { background-color: rgb(166,8,188); }
div.DivClassName
{
background-color: #A608BC;
}
.BgClassName
{
background-color: #A608BC;
}
</style>
border-color css
<style>
span { border-color: #A608BC; }
span { border-color: rgb(166,8,188); }
td.TdClassName
{
border-color: #A608BC;
}
.TagClassName
{
border-color: #A608BC;
}
</style>