Shades of Dark Violet #A613BE
Tints of Dark Violet #A613BE
RGB
CMYK
RGB Variations
Color information
#A613BE (or 0xA613BE) is known color: Dark Violet. HEX triplet: A6, 13 and BE. RGB value is (166,19,190). Sum of RGB (Red+Green+Blue) = 166+19+190=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #A613BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613BE is #59EC41. Grayscale: #515151. Windows color (decimal): -5893186 or 12456870. OLE color: 12456870.
HSL color Cylindrical-coordinate representation of color #A613BE: hue angle of 291.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A613BE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 19 | 190 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.25 |
| HSL | 291.58º | 0.82% | 0.41% | - |
| HSV(B) | 291.58º | 0.9% | 0.75% | - |
| XYZ | 25.25 | 12.29 | 49.76 | - |
| YUV | 82.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 190 | 0.13 | 0.90 | 0 | 0.25 | 291.58 | 0.82 | 0.41 |
| Hex | A6 | 13 | BE | D | 5A | 0 | 19 | 124 | 52 | 29 |
| Octal | 246 | 23 | 276 | 15 | 132 | 0 | 31 | 444 | 122 | 51 |
| Binary | 10100110 | 10011 | 10111110 | 1101 | 1011010 | 0 | 11001 | 100100100 | 1010010 | 101001 |
Color Harmonies of #A613BE
Complementary color
Monochromatic Colors of #A613BE
Black with #A613BE
Text Example
Text Example
White with #A613BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613BE; }
p { color: rgb(166,19,190); }
H1.HeaderClassName
{
color: #A613BE;
}
.AnyTagClassName
{
color: #A613BE;
}
</style>
background-color css
<style>
a { background-color: #A613BE; }
a { background-color: rgb(166,19,190); }
div.DivClassName
{
background-color: #A613BE;
}
.BgClassName
{
background-color: #A613BE;
}
</style>
border-color css
<style>
span { border-color: #A613BE; }
span { border-color: rgb(166,19,190); }
td.TdClassName
{
border-color: #A613BE;
}
.TagClassName
{
border-color: #A613BE;
}
</style>