Shades of Violet Blue #A54D8D
Tints of Violet Blue #A54D8D
RGB
CMYK
RGB Variations
Color information
#A54D8D (or 0xA54D8D) is known color: Violet Blue. HEX triplet: A5, 4D and 8D. RGB value is (165,77,141). Sum of RGB (Red+Green+Blue) = 165+77+141=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54D8D is #5AB272. Grayscale: #6E6E6E. Windows color (decimal): -5943923 or 9260453. OLE color: 9260453.
HSL color Cylindrical-coordinate representation of color #A54D8D: hue angle of 316.36º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54D8D is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 77 | 141 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.35 |
| HSL | 316.36º | 0.36% | 0.47% | - |
| HSV(B) | 316.36º | 0.53% | 0.65% | - |
| XYZ | 22.98 | 15.23 | 26.93 | - |
| YUV | 110.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 141 | 0 | 0.53 | 0.15 | 0.35 | 316.36 | 0.36 | 0.47 |
| Hex | A5 | 4D | 8D | 0 | 35 | F | 23 | 13C | 24 | 2F |
| Octal | 245 | 115 | 215 | 0 | 65 | 17 | 43 | 474 | 44 | 57 |
| Binary | 10100101 | 1001101 | 10001101 | 0 | 110101 | 1111 | 100011 | 100111100 | 100100 | 101111 |
Color Harmonies of #A54D8D
Complementary color
Monochromatic Colors of #A54D8D
Black with #A54D8D
Text Example
Text Example
White with #A54D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54D8D; }
p { color: rgb(165,77,141); }
H1.HeaderClassName
{
color: #A54D8D;
}
.AnyTagClassName
{
color: #A54D8D;
}
</style>
background-color css
<style>
a { background-color: #A54D8D; }
a { background-color: rgb(165,77,141); }
div.DivClassName
{
background-color: #A54D8D;
}
.BgClassName
{
background-color: #A54D8D;
}
</style>
border-color css
<style>
span { border-color: #A54D8D; }
span { border-color: rgb(165,77,141); }
td.TdClassName
{
border-color: #A54D8D;
}
.TagClassName
{
border-color: #A54D8D;
}
</style>