Shades of Dark Violet #A514BE
Tints of Dark Violet #A514BE
RGB
CMYK
RGB Variations
Color information
#A514BE (or 0xA514BE) is known color: Dark Violet. HEX triplet: A5, 14 and BE. RGB value is (165,20,190). Sum of RGB (Red+Green+Blue) = 165+20+190=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #A514BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514BE is #5AEB41. Grayscale: #525252. Windows color (decimal): -5958466 or 12457125. OLE color: 12457125.
HSL color Cylindrical-coordinate representation of color #A514BE: hue angle of 291.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514BE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 20 | 190 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.25 |
| HSL | 291.18º | 0.81% | 0.41% | - |
| HSV(B) | 291.18º | 0.89% | 0.75% | - |
| XYZ | 25.06 | 12.22 | 49.75 | - |
| YUV | 82.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 190 | 0.13 | 0.89 | 0 | 0.25 | 291.18 | 0.81 | 0.41 |
| Hex | A5 | 14 | BE | D | 59 | 0 | 19 | 123 | 51 | 29 |
| Octal | 245 | 24 | 276 | 15 | 131 | 0 | 31 | 443 | 121 | 51 |
| Binary | 10100101 | 10100 | 10111110 | 1101 | 1011001 | 0 | 11001 | 100100011 | 1010001 | 101001 |
Color Harmonies of #A514BE
Complementary color
Monochromatic Colors of #A514BE
Black with #A514BE
Text Example
Text Example
White with #A514BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514BE; }
p { color: rgb(165,20,190); }
H1.HeaderClassName
{
color: #A514BE;
}
.AnyTagClassName
{
color: #A514BE;
}
</style>
background-color css
<style>
a { background-color: #A514BE; }
a { background-color: rgb(165,20,190); }
div.DivClassName
{
background-color: #A514BE;
}
.BgClassName
{
background-color: #A514BE;
}
</style>
border-color css
<style>
span { border-color: #A514BE; }
span { border-color: rgb(165,20,190); }
td.TdClassName
{
border-color: #A514BE;
}
.TagClassName
{
border-color: #A514BE;
}
</style>