Shades of Violet Blue #A54E8F
Tints of Violet Blue #A54E8F
RGB
CMYK
RGB Variations
Color information
#A54E8F (or 0xA54E8F) is known color: Violet Blue. HEX triplet: A5, 4E and 8F. RGB value is (165,78,143). Sum of RGB (Red+Green+Blue) = 165+78+143=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54E8F is #5AB170. Grayscale: #6F6F6F. Windows color (decimal): -5943665 or 9391781. OLE color: 9391781.
HSL color Cylindrical-coordinate representation of color #A54E8F: hue angle of 315.17º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54E8F is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 143 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.35 |
| HSL | 315.17º | 0.36% | 0.48% | - |
| HSV(B) | 315.17º | 0.53% | 0.65% | - |
| XYZ | 23.2 | 15.43 | 27.74 | - |
| YUV | 111.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 143 | 0 | 0.53 | 0.13 | 0.35 | 315.17 | 0.36 | 0.48 |
| Hex | A5 | 4E | 8F | 0 | 35 | D | 23 | 13B | 24 | 30 |
| Octal | 245 | 116 | 217 | 0 | 65 | 15 | 43 | 473 | 44 | 60 |
| Binary | 10100101 | 1001110 | 10001111 | 0 | 110101 | 1101 | 100011 | 100111011 | 100100 | 110000 |
Color Harmonies of #A54E8F
Complementary color
Monochromatic Colors of #A54E8F
Black with #A54E8F
Text Example
Text Example
White with #A54E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E8F; }
p { color: rgb(165,78,143); }
H1.HeaderClassName
{
color: #A54E8F;
}
.AnyTagClassName
{
color: #A54E8F;
}
</style>
background-color css
<style>
a { background-color: #A54E8F; }
a { background-color: rgb(165,78,143); }
div.DivClassName
{
background-color: #A54E8F;
}
.BgClassName
{
background-color: #A54E8F;
}
</style>
border-color css
<style>
span { border-color: #A54E8F; }
span { border-color: rgb(165,78,143); }
td.TdClassName
{
border-color: #A54E8F;
}
.TagClassName
{
border-color: #A54E8F;
}
</style>