Shades of Dark Violet #A514B5
Tints of Dark Violet #A514B5
RGB
CMYK
RGB Variations
Color information
#A514B5 (or 0xA514B5) is known color: Dark Violet. HEX triplet: A5, 14 and B5. RGB value is (165,20,181). Sum of RGB (Red+Green+Blue) = 165+20+181=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #A514B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514B5 is #5AEB4A. Grayscale: #515151. Windows color (decimal): -5958475 or 11867301. OLE color: 11867301.
HSL color Cylindrical-coordinate representation of color #A514B5: hue angle of 294.04º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514B5 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 20 | 181 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.29 |
| HSL | 294.04º | 0.8% | 0.39% | - |
| HSV(B) | 294.04º | 0.89% | 0.71% | - |
| XYZ | 24.11 | 11.84 | 44.73 | - |
| YUV | 81.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 181 | 0.09 | 0.89 | 0 | 0.29 | 294.04 | 0.8 | 0.39 |
| Hex | A5 | 14 | B5 | 9 | 59 | 0 | 1D | 126 | 50 | 27 |
| Octal | 245 | 24 | 265 | 11 | 131 | 0 | 35 | 446 | 120 | 47 |
| Binary | 10100101 | 10100 | 10110101 | 1001 | 1011001 | 0 | 11101 | 100100110 | 1010000 | 100111 |
Color Harmonies of #A514B5
Complementary color
Monochromatic Colors of #A514B5
Black with #A514B5
Text Example
Text Example
White with #A514B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A514B5; }
p { color: rgb(165,20,181); }
H1.HeaderClassName
{
color: #A514B5;
}
.AnyTagClassName
{
color: #A514B5;
}
</style>
background-color css
<style>
a { background-color: #A514B5; }
a { background-color: rgb(165,20,181); }
div.DivClassName
{
background-color: #A514B5;
}
.BgClassName
{
background-color: #A514B5;
}
</style>
border-color css
<style>
span { border-color: #A514B5; }
span { border-color: rgb(165,20,181); }
td.TdClassName
{
border-color: #A514B5;
}
.TagClassName
{
border-color: #A514B5;
}
</style>