Shades of Dark Violet #A614BC
Tints of Dark Violet #A614BC
RGB
CMYK
RGB Variations
Color information
#A614BC (or 0xA614BC) is known color: Dark Violet. HEX triplet: A6, 14 and BC. RGB value is (166,20,188). Sum of RGB (Red+Green+Blue) = 166+20+188=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #A614BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A614BC is #59EB43. Grayscale: #525252. Windows color (decimal): -5892932 or 12326054. OLE color: 12326054.
HSL color Cylindrical-coordinate representation of color #A614BC: hue angle of 292.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A614BC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 20 | 188 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.26 |
| HSL | 292.14º | 0.81% | 0.41% | - |
| HSV(B) | 292.14º | 0.89% | 0.74% | - |
| XYZ | 25.05 | 12.24 | 48.62 | - |
| YUV | 82.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 188 | 0.12 | 0.89 | 0 | 0.26 | 292.14 | 0.81 | 0.41 |
| Hex | A6 | 14 | BC | C | 59 | 0 | 1A | 124 | 51 | 29 |
| Octal | 246 | 24 | 274 | 14 | 131 | 0 | 32 | 444 | 121 | 51 |
| Binary | 10100110 | 10100 | 10111100 | 1100 | 1011001 | 0 | 11010 | 100100100 | 1010001 | 101001 |
Color Harmonies of #A614BC
Complementary color
Monochromatic Colors of #A614BC
Black with #A614BC
Text Example
Text Example
White with #A614BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A614BC; }
p { color: rgb(166,20,188); }
H1.HeaderClassName
{
color: #A614BC;
}
.AnyTagClassName
{
color: #A614BC;
}
</style>
background-color css
<style>
a { background-color: #A614BC; }
a { background-color: rgb(166,20,188); }
div.DivClassName
{
background-color: #A614BC;
}
.BgClassName
{
background-color: #A614BC;
}
</style>
border-color css
<style>
span { border-color: #A614BC; }
span { border-color: rgb(166,20,188); }
td.TdClassName
{
border-color: #A614BC;
}
.TagClassName
{
border-color: #A614BC;
}
</style>