Shades of Dark Violet #A615BB
Tints of Dark Violet #A615BB
RGB
CMYK
RGB Variations
Color information
#A615BB (or 0xA615BB) is known color: Dark Violet. HEX triplet: A6, 15 and BB. RGB value is (166,21,187). Sum of RGB (Red+Green+Blue) = 166+21+187=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #A615BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615BB is #59EA44. Grayscale: #525252. Windows color (decimal): -5892677 or 12260774. OLE color: 12260774.
HSL color Cylindrical-coordinate representation of color #A615BB: hue angle of 292.41º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A615BB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 21 | 187 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.27 |
| HSL | 292.41º | 0.8% | 0.41% | - |
| HSV(B) | 292.41º | 0.89% | 0.73% | - |
| XYZ | 24.96 | 12.23 | 48.06 | - |
| YUV | 83.28 | 186.54 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 187 | 0.11 | 0.89 | 0 | 0.27 | 292.41 | 0.8 | 0.41 |
| Hex | A6 | 15 | BB | B | 59 | 0 | 1B | 124 | 50 | 29 |
| Octal | 246 | 25 | 273 | 13 | 131 | 0 | 33 | 444 | 120 | 51 |
| Binary | 10100110 | 10101 | 10111011 | 1011 | 1011001 | 0 | 11011 | 100100100 | 1010000 | 101001 |
Color Harmonies of #A615BB
Complementary color
Monochromatic Colors of #A615BB
Black with #A615BB
Text Example
Text Example
White with #A615BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615BB; }
p { color: rgb(166,21,187); }
H1.HeaderClassName
{
color: #A615BB;
}
.AnyTagClassName
{
color: #A615BB;
}
</style>
background-color css
<style>
a { background-color: #A615BB; }
a { background-color: rgb(166,21,187); }
div.DivClassName
{
background-color: #A615BB;
}
.BgClassName
{
background-color: #A615BB;
}
</style>
border-color css
<style>
span { border-color: #A615BB; }
span { border-color: rgb(166,21,187); }
td.TdClassName
{
border-color: #A615BB;
}
.TagClassName
{
border-color: #A615BB;
}
</style>