Shades of Dark Violet #A311BD
Tints of Dark Violet #A311BD
RGB
CMYK
RGB Variations
Color information
#A311BD (or 0xA311BD) is known color: Dark Violet. HEX triplet: A3, 11 and BD. RGB value is (163,17,189). Sum of RGB (Red+Green+Blue) = 163+17+189=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #A311BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311BD is #5CEE42. Grayscale: #4F4F4F. Windows color (decimal): -6090307 or 12390819. OLE color: 12390819.
HSL color Cylindrical-coordinate representation of color #A311BD: hue angle of 290.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A311BD is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 17 | 189 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.26 |
| HSL | 290.93º | 0.83% | 0.4% | - |
| HSV(B) | 290.93º | 0.91% | 0.74% | - |
| XYZ | 24.49 | 11.86 | 49.14 | - |
| YUV | 80.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 189 | 0.14 | 0.91 | 0 | 0.26 | 290.93 | 0.83 | 0.4 |
| Hex | A3 | 11 | BD | E | 5B | 0 | 1A | 123 | 53 | 28 |
| Octal | 243 | 21 | 275 | 16 | 133 | 0 | 32 | 443 | 123 | 50 |
| Binary | 10100011 | 10001 | 10111101 | 1110 | 1011011 | 0 | 11010 | 100100011 | 1010011 | 101000 |
Color Harmonies of #A311BD
Complementary color
Monochromatic Colors of #A311BD
Black with #A311BD
Text Example
Text Example
White with #A311BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311BD; }
p { color: rgb(163,17,189); }
H1.HeaderClassName
{
color: #A311BD;
}
.AnyTagClassName
{
color: #A311BD;
}
</style>
background-color css
<style>
a { background-color: #A311BD; }
a { background-color: rgb(163,17,189); }
div.DivClassName
{
background-color: #A311BD;
}
.BgClassName
{
background-color: #A311BD;
}
</style>
border-color css
<style>
span { border-color: #A311BD; }
span { border-color: rgb(163,17,189); }
td.TdClassName
{
border-color: #A311BD;
}
.TagClassName
{
border-color: #A311BD;
}
</style>