Shades of Violet Blue #A54DA5
Tints of Violet Blue #A54DA5
RGB
CMYK
RGB Variations
Color information
#A54DA5 (or 0xA54DA5) is known color: Violet Blue. HEX triplet: A5, 4D and A5. RGB value is (165,77,165). Sum of RGB (Red+Green+Blue) = 165+77+165=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A54DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DA5 is #5AB25A. Grayscale: #717171. Windows color (decimal): -5943899 or 10833317. OLE color: 10833317.
HSL color Cylindrical-coordinate representation of color #A54DA5: hue angle of 300º 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 #A54DA5 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 77 | 165 | - |
| CMYK | 0 | 0.53 | 0 | 0.35 |
| HSL | 300º | 0.36% | 0.47% | - |
| HSV(B) | 300º | 0.53% | 0.65% | - |
| XYZ | 24.96 | 16.02 | 37.37 | - |
| YUV | 113.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 165 | 0 | 0.53 | 0 | 0.35 | 300 | 0.36 | 0.47 |
| Hex | A5 | 4D | A5 | 0 | 35 | 0 | 23 | 12C | 24 | 2F |
| Octal | 245 | 115 | 245 | 0 | 65 | 0 | 43 | 454 | 44 | 57 |
| Binary | 10100101 | 1001101 | 10100101 | 0 | 110101 | 0 | 100011 | 100101100 | 100100 | 101111 |
Color Harmonies of #A54DA5
Complementary color
Monochromatic Colors of #A54DA5
Black with #A54DA5
Text Example
Text Example
White with #A54DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DA5; }
p { color: rgb(165,77,165); }
H1.HeaderClassName
{
color: #A54DA5;
}
.AnyTagClassName
{
color: #A54DA5;
}
</style>
background-color css
<style>
a { background-color: #A54DA5; }
a { background-color: rgb(165,77,165); }
div.DivClassName
{
background-color: #A54DA5;
}
.BgClassName
{
background-color: #A54DA5;
}
</style>
border-color css
<style>
span { border-color: #A54DA5; }
span { border-color: rgb(165,77,165); }
td.TdClassName
{
border-color: #A54DA5;
}
.TagClassName
{
border-color: #A54DA5;
}
</style>