Shades of Dark Violet #A313BD
Tints of Dark Violet #A313BD
RGB
CMYK
RGB Variations
Color information
#A313BD (or 0xA313BD) is known color: Dark Violet. HEX triplet: A3, 13 and BD. RGB value is (163,19,189). Sum of RGB (Red+Green+Blue) = 163+19+189=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #A313BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A313BD is #5CEC42. Grayscale: #505050. Windows color (decimal): -6089795 or 12391331. OLE color: 12391331.
HSL color Cylindrical-coordinate representation of color #A313BD: hue angle of 290.82º 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 #A313BD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 19 | 189 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.26 |
| HSL | 290.82º | 0.82% | 0.41% | - |
| HSV(B) | 290.82º | 0.9% | 0.74% | - |
| XYZ | 24.52 | 11.93 | 49.15 | - |
| YUV | 81.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 189 | 0.14 | 0.90 | 0 | 0.26 | 290.82 | 0.82 | 0.41 |
| Hex | A3 | 13 | BD | E | 5A | 0 | 1A | 123 | 52 | 29 |
| Octal | 243 | 23 | 275 | 16 | 132 | 0 | 32 | 443 | 122 | 51 |
| Binary | 10100011 | 10011 | 10111101 | 1110 | 1011010 | 0 | 11010 | 100100011 | 1010010 | 101001 |
Color Harmonies of #A313BD
Complementary color
Monochromatic Colors of #A313BD
Black with #A313BD
Text Example
Text Example
White with #A313BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A313BD; }
p { color: rgb(163,19,189); }
H1.HeaderClassName
{
color: #A313BD;
}
.AnyTagClassName
{
color: #A313BD;
}
</style>
background-color css
<style>
a { background-color: #A313BD; }
a { background-color: rgb(163,19,189); }
div.DivClassName
{
background-color: #A313BD;
}
.BgClassName
{
background-color: #A313BD;
}
</style>
border-color css
<style>
span { border-color: #A313BD; }
span { border-color: rgb(163,19,189); }
td.TdClassName
{
border-color: #A313BD;
}
.TagClassName
{
border-color: #A313BD;
}
</style>