Shades of Dark Violet #A514BC
Tints of Dark Violet #A514BC
RGB
CMYK
RGB Variations
Color information
#A514BC (or 0xA514BC) is known color: Dark Violet. HEX triplet: A5, 14 and BC. RGB value is (165,20,188). Sum of RGB (Red+Green+Blue) = 165+20+188=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A514BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514BC is #5AEB43. Grayscale: #515151. Windows color (decimal): -5958468 or 12326053. OLE color: 12326053.
HSL color Cylindrical-coordinate representation of color #A514BC: hue angle of 291.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514BC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 20 | 188 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.26 |
| HSL | 291.79º | 0.81% | 0.41% | - |
| HSV(B) | 291.79º | 0.89% | 0.74% | - |
| XYZ | 24.84 | 12.13 | 48.61 | - |
| YUV | 82.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 188 | 0.12 | 0.89 | 0 | 0.26 | 291.79 | 0.81 | 0.41 |
| Hex | A5 | 14 | BC | C | 59 | 0 | 1A | 124 | 51 | 29 |
| Octal | 245 | 24 | 274 | 14 | 131 | 0 | 32 | 444 | 121 | 51 |
| Binary | 10100101 | 10100 | 10111100 | 1100 | 1011001 | 0 | 11010 | 100100100 | 1010001 | 101001 |
Color Harmonies of #A514BC
Complementary color
Monochromatic Colors of #A514BC
Black with #A514BC
Text Example
Text Example
White with #A514BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514BC; }
p { color: rgb(165,20,188); }
H1.HeaderClassName
{
color: #A514BC;
}
.AnyTagClassName
{
color: #A514BC;
}
</style>
background-color css
<style>
a { background-color: #A514BC; }
a { background-color: rgb(165,20,188); }
div.DivClassName
{
background-color: #A514BC;
}
.BgClassName
{
background-color: #A514BC;
}
</style>
border-color css
<style>
span { border-color: #A514BC; }
span { border-color: rgb(165,20,188); }
td.TdClassName
{
border-color: #A514BC;
}
.TagClassName
{
border-color: #A514BC;
}
</style>