Shades of Dark Violet #A311D3
Tints of Dark Violet #A311D3
RGB
CMYK
RGB Variations
Color information
#A311D3 (or 0xA311D3) is known color: Dark Violet. HEX triplet: A3, 11 and D3. RGB value is (163,17,211). Sum of RGB (Red+Green+Blue) = 163+17+211=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #A311D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311D3 is #5CEE2C. Grayscale: #525252. Windows color (decimal): -6090285 or 13832611. OLE color: 13832611.
HSL color Cylindrical-coordinate representation of color #A311D3: hue angle of 285.15º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A311D3 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 17 | 211 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.17 |
| HSL | 285.15º | 0.85% | 0.45% | - |
| HSV(B) | 285.15º | 0.92% | 0.83% | - |
| XYZ | 27.06 | 12.89 | 62.69 | - |
| YUV | 82.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 211 | 0.23 | 0.92 | 0 | 0.17 | 285.15 | 0.85 | 0.45 |
| Hex | A3 | 11 | D3 | 17 | 5C | 0 | 11 | 11D | 55 | 2D |
| Octal | 243 | 21 | 323 | 27 | 134 | 0 | 21 | 435 | 125 | 55 |
| Binary | 10100011 | 10001 | 11010011 | 10111 | 1011100 | 0 | 10001 | 100011101 | 1010101 | 101101 |
Color Harmonies of #A311D3
Complementary color
Monochromatic Colors of #A311D3
Black with #A311D3
Text Example
Text Example
White with #A311D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311D3; }
p { color: rgb(163,17,211); }
H1.HeaderClassName
{
color: #A311D3;
}
.AnyTagClassName
{
color: #A311D3;
}
</style>
background-color css
<style>
a { background-color: #A311D3; }
a { background-color: rgb(163,17,211); }
div.DivClassName
{
background-color: #A311D3;
}
.BgClassName
{
background-color: #A311D3;
}
</style>
border-color css
<style>
span { border-color: #A311D3; }
span { border-color: rgb(163,17,211); }
td.TdClassName
{
border-color: #A311D3;
}
.TagClassName
{
border-color: #A311D3;
}
</style>