Shades of Violet Blue #A54D9F
Tints of Violet Blue #A54D9F
RGB
CMYK
RGB Variations
Color information
#A54D9F (or 0xA54D9F) is known color: Violet Blue. HEX triplet: A5, 4D and 9F. RGB value is (165,77,159). Sum of RGB (Red+Green+Blue) = 165+77+159=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54D9F is #5AB260. Grayscale: #707070. Windows color (decimal): -5943905 or 10440101. OLE color: 10440101.
HSL color Cylindrical-coordinate representation of color #A54D9F: hue angle of 304.09º 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 #A54D9F is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 77 | 159 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.35 |
| HSL | 304.09º | 0.36% | 0.47% | - |
| HSV(B) | 304.09º | 0.53% | 0.65% | - |
| XYZ | 24.43 | 15.81 | 34.57 | - |
| YUV | 112.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 159 | 0 | 0.53 | 0.04 | 0.35 | 304.09 | 0.36 | 0.47 |
| Hex | A5 | 4D | 9F | 0 | 35 | 4 | 23 | 130 | 24 | 2F |
| Octal | 245 | 115 | 237 | 0 | 65 | 4 | 43 | 460 | 44 | 57 |
| Binary | 10100101 | 1001101 | 10011111 | 0 | 110101 | 100 | 100011 | 100110000 | 100100 | 101111 |
Color Harmonies of #A54D9F
Complementary color
Monochromatic Colors of #A54D9F
Black with #A54D9F
Text Example
Text Example
White with #A54D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54D9F; }
p { color: rgb(165,77,159); }
H1.HeaderClassName
{
color: #A54D9F;
}
.AnyTagClassName
{
color: #A54D9F;
}
</style>
background-color css
<style>
a { background-color: #A54D9F; }
a { background-color: rgb(165,77,159); }
div.DivClassName
{
background-color: #A54D9F;
}
.BgClassName
{
background-color: #A54D9F;
}
</style>
border-color css
<style>
span { border-color: #A54D9F; }
span { border-color: rgb(165,77,159); }
td.TdClassName
{
border-color: #A54D9F;
}
.TagClassName
{
border-color: #A54D9F;
}
</style>