Shades of Violet Blue #A54A92
Tints of Violet Blue #A54A92
RGB
CMYK
RGB Variations
Color information
#A54A92 (or 0xA54A92) is known color: Violet Blue. HEX triplet: A5, 4A and 92. RGB value is (165,74,146). Sum of RGB (Red+Green+Blue) = 165+74+146=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A92 is #5AB56D. Grayscale: #6D6D6D. Windows color (decimal): -5944686 or 9587365. OLE color: 9587365.
HSL color Cylindrical-coordinate representation of color #A54A92: hue angle of 312.53º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54A92 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 74 | 146 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.35 |
| HSL | 312.53º | 0.38% | 0.47% | - |
| HSV(B) | 312.53º | 0.55% | 0.65% | - |
| XYZ | 23.15 | 14.97 | 28.86 | - |
| YUV | 109.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 146 | 0 | 0.55 | 0.12 | 0.35 | 312.53 | 0.38 | 0.47 |
| Hex | A5 | 4A | 92 | 0 | 37 | C | 23 | 139 | 26 | 2F |
| Octal | 245 | 112 | 222 | 0 | 67 | 14 | 43 | 471 | 46 | 57 |
| Binary | 10100101 | 1001010 | 10010010 | 0 | 110111 | 1100 | 100011 | 100111001 | 100110 | 101111 |
Color Harmonies of #A54A92
Complementary color
Monochromatic Colors of #A54A92
Black with #A54A92
Text Example
Text Example
White with #A54A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54A92; }
p { color: rgb(165,74,146); }
H1.HeaderClassName
{
color: #A54A92;
}
.AnyTagClassName
{
color: #A54A92;
}
</style>
background-color css
<style>
a { background-color: #A54A92; }
a { background-color: rgb(165,74,146); }
div.DivClassName
{
background-color: #A54A92;
}
.BgClassName
{
background-color: #A54A92;
}
</style>
border-color css
<style>
span { border-color: #A54A92; }
span { border-color: rgb(165,74,146); }
td.TdClassName
{
border-color: #A54A92;
}
.TagClassName
{
border-color: #A54A92;
}
</style>