Shades of Dark Violet #A514B0
Tints of Dark Violet #A514B0
RGB
CMYK
RGB Variations
Color information
#A514B0 (or 0xA514B0) is known color: Dark Violet. HEX triplet: A5, 14 and B0. RGB value is (165,20,176). Sum of RGB (Red+Green+Blue) = 165+20+176=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #A514B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514B0 is #5AEB4F. Grayscale: #505050. Windows color (decimal): -5958480 or 11539621. OLE color: 11539621.
HSL color Cylindrical-coordinate representation of color #A514B0: hue angle of 295.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514B0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 20 | 176 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.31 |
| HSL | 295.77º | 0.8% | 0.38% | - |
| HSV(B) | 295.77º | 0.89% | 0.69% | - |
| XYZ | 23.6 | 11.63 | 42.08 | - |
| YUV | 81.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 176 | 0.06 | 0.89 | 0 | 0.31 | 295.77 | 0.8 | 0.38 |
| Hex | A5 | 14 | B0 | 6 | 59 | 0 | 1F | 128 | 50 | 26 |
| Octal | 245 | 24 | 260 | 6 | 131 | 0 | 37 | 450 | 120 | 46 |
| Binary | 10100101 | 10100 | 10110000 | 110 | 1011001 | 0 | 11111 | 100101000 | 1010000 | 100110 |
Color Harmonies of #A514B0
Complementary color
Monochromatic Colors of #A514B0
Black with #A514B0
Text Example
Text Example
White with #A514B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514B0; }
p { color: rgb(165,20,176); }
H1.HeaderClassName
{
color: #A514B0;
}
.AnyTagClassName
{
color: #A514B0;
}
</style>
background-color css
<style>
a { background-color: #A514B0; }
a { background-color: rgb(165,20,176); }
div.DivClassName
{
background-color: #A514B0;
}
.BgClassName
{
background-color: #A514B0;
}
</style>
border-color css
<style>
span { border-color: #A514B0; }
span { border-color: rgb(165,20,176); }
td.TdClassName
{
border-color: #A514B0;
}
.TagClassName
{
border-color: #A514B0;
}
</style>