Shades of Violet Blue #A54DA3
Tints of Violet Blue #A54DA3
RGB
CMYK
RGB Variations
Color information
#A54DA3 (or 0xA54DA3) is known color: Violet Blue. HEX triplet: A5, 4D and A3. RGB value is (165,77,163). Sum of RGB (Red+Green+Blue) = 165+77+163=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A54DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DA3 is #5AB25C. Grayscale: #707070. Windows color (decimal): -5943901 or 10702245. OLE color: 10702245.
HSL color Cylindrical-coordinate representation of color #A54DA3: hue angle of 301.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 #A54DA3 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 77 | 163 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.35 |
| HSL | 301.36º | 0.36% | 0.47% | - |
| HSV(B) | 301.36º | 0.53% | 0.65% | - |
| XYZ | 24.78 | 15.95 | 36.42 | - |
| YUV | 113.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 163 | 0 | 0.53 | 0.01 | 0.35 | 301.36 | 0.36 | 0.47 |
| Hex | A5 | 4D | A3 | 0 | 35 | 1 | 23 | 12D | 24 | 2F |
| Octal | 245 | 115 | 243 | 0 | 65 | 1 | 43 | 455 | 44 | 57 |
| Binary | 10100101 | 1001101 | 10100011 | 0 | 110101 | 1 | 100011 | 100101101 | 100100 | 101111 |
Color Harmonies of #A54DA3
Complementary color
Monochromatic Colors of #A54DA3
Black with #A54DA3
Text Example
Text Example
White with #A54DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DA3; }
p { color: rgb(165,77,163); }
H1.HeaderClassName
{
color: #A54DA3;
}
.AnyTagClassName
{
color: #A54DA3;
}
</style>
background-color css
<style>
a { background-color: #A54DA3; }
a { background-color: rgb(165,77,163); }
div.DivClassName
{
background-color: #A54DA3;
}
.BgClassName
{
background-color: #A54DA3;
}
</style>
border-color css
<style>
span { border-color: #A54DA3; }
span { border-color: rgb(165,77,163); }
td.TdClassName
{
border-color: #A54DA3;
}
.TagClassName
{
border-color: #A54DA3;
}
</style>