Shades of Dark Violet #A613BD
Tints of Dark Violet #A613BD
RGB
CMYK
RGB Variations
Color information
#A613BD (or 0xA613BD) is known color: Dark Violet. HEX triplet: A6, 13 and BD. RGB value is (166,19,189). Sum of RGB (Red+Green+Blue) = 166+19+189=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #A613BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613BD is #59EC42. Grayscale: #515151. Windows color (decimal): -5893187 or 12391334. OLE color: 12391334.
HSL color Cylindrical-coordinate representation of color #A613BD: hue angle of 291.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A613BD is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 19 | 189 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.26 |
| HSL | 291.88º | 0.82% | 0.41% | - |
| HSV(B) | 291.88º | 0.9% | 0.74% | - |
| XYZ | 25.14 | 12.25 | 49.18 | - |
| YUV | 82.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 189 | 0.12 | 0.90 | 0 | 0.26 | 291.88 | 0.82 | 0.41 |
| Hex | A6 | 13 | BD | C | 5A | 0 | 1A | 124 | 52 | 29 |
| Octal | 246 | 23 | 275 | 14 | 132 | 0 | 32 | 444 | 122 | 51 |
| Binary | 10100110 | 10011 | 10111101 | 1100 | 1011010 | 0 | 11010 | 100100100 | 1010010 | 101001 |
Color Harmonies of #A613BD
Complementary color
Monochromatic Colors of #A613BD
Black with #A613BD
Text Example
Text Example
White with #A613BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613BD; }
p { color: rgb(166,19,189); }
H1.HeaderClassName
{
color: #A613BD;
}
.AnyTagClassName
{
color: #A613BD;
}
</style>
background-color css
<style>
a { background-color: #A613BD; }
a { background-color: rgb(166,19,189); }
div.DivClassName
{
background-color: #A613BD;
}
.BgClassName
{
background-color: #A613BD;
}
</style>
border-color css
<style>
span { border-color: #A613BD; }
span { border-color: rgb(166,19,189); }
td.TdClassName
{
border-color: #A613BD;
}
.TagClassName
{
border-color: #A613BD;
}
</style>