Shades of Dark Violet #A615BD
Tints of Dark Violet #A615BD
RGB
CMYK
RGB Variations
Color information
#A615BD (or 0xA615BD) is known color: Dark Violet. HEX triplet: A6, 15 and BD. RGB value is (166,21,189). Sum of RGB (Red+Green+Blue) = 166+21+189=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #A615BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615BD is #59EA42. Grayscale: #525252. Windows color (decimal): -5892675 or 12391846. OLE color: 12391846.
HSL color Cylindrical-coordinate representation of color #A615BD: hue angle of 291.79º degrees, saturation: 0.8, 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 #A615BD is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 21 | 189 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.26 |
| HSL | 291.79º | 0.8% | 0.41% | - |
| HSV(B) | 291.79º | 0.89% | 0.74% | - |
| XYZ | 25.18 | 12.32 | 49.19 | - |
| YUV | 83.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 189 | 0.12 | 0.89 | 0 | 0.26 | 291.79 | 0.8 | 0.41 |
| Hex | A6 | 15 | BD | C | 59 | 0 | 1A | 124 | 50 | 29 |
| Octal | 246 | 25 | 275 | 14 | 131 | 0 | 32 | 444 | 120 | 51 |
| Binary | 10100110 | 10101 | 10111101 | 1100 | 1011001 | 0 | 11010 | 100100100 | 1010000 | 101001 |
Color Harmonies of #A615BD
Complementary color
Monochromatic Colors of #A615BD
Black with #A615BD
Text Example
Text Example
White with #A615BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615BD; }
p { color: rgb(166,21,189); }
H1.HeaderClassName
{
color: #A615BD;
}
.AnyTagClassName
{
color: #A615BD;
}
</style>
background-color css
<style>
a { background-color: #A615BD; }
a { background-color: rgb(166,21,189); }
div.DivClassName
{
background-color: #A615BD;
}
.BgClassName
{
background-color: #A615BD;
}
</style>
border-color css
<style>
span { border-color: #A615BD; }
span { border-color: rgb(166,21,189); }
td.TdClassName
{
border-color: #A615BD;
}
.TagClassName
{
border-color: #A615BD;
}
</style>