Shades of Dark Violet #A314B6
Tints of Dark Violet #A314B6
RGB
CMYK
RGB Variations
Color information
#A314B6 (or 0xA314B6) is known color: Dark Violet. HEX triplet: A3, 14 and B6. RGB value is (163,20,182). Sum of RGB (Red+Green+Blue) = 163+20+182=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #A314B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314B6 is #5CEB49. Grayscale: #505050. Windows color (decimal): -6089546 or 11932835. OLE color: 11932835.
HSL color Cylindrical-coordinate representation of color #A314B6: hue angle of 292.96º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A314B6 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 20 | 182 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.29 |
| HSL | 292.96º | 0.8% | 0.4% | - |
| HSV(B) | 292.96º | 0.89% | 0.71% | - |
| XYZ | 23.8 | 11.66 | 45.25 | - |
| YUV | 81.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 182 | 0.10 | 0.89 | 0 | 0.29 | 292.96 | 0.8 | 0.4 |
| Hex | A3 | 14 | B6 | A | 59 | 0 | 1D | 125 | 50 | 28 |
| Octal | 243 | 24 | 266 | 12 | 131 | 0 | 35 | 445 | 120 | 50 |
| Binary | 10100011 | 10100 | 10110110 | 1010 | 1011001 | 0 | 11101 | 100100101 | 1010000 | 101000 |
Color Harmonies of #A314B6
Complementary color
Monochromatic Colors of #A314B6
Black with #A314B6
Text Example
Text Example
White with #A314B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314B6; }
p { color: rgb(163,20,182); }
H1.HeaderClassName
{
color: #A314B6;
}
.AnyTagClassName
{
color: #A314B6;
}
</style>
background-color css
<style>
a { background-color: #A314B6; }
a { background-color: rgb(163,20,182); }
div.DivClassName
{
background-color: #A314B6;
}
.BgClassName
{
background-color: #A314B6;
}
</style>
border-color css
<style>
span { border-color: #A314B6; }
span { border-color: rgb(163,20,182); }
td.TdClassName
{
border-color: #A314B6;
}
.TagClassName
{
border-color: #A314B6;
}
</style>