Shades of Violet Blue #A54FAC
Tints of Violet Blue #A54FAC
RGB
CMYK
RGB Variations
Color information
#A54FAC (or 0xA54FAC) is known color: Violet Blue. HEX triplet: A5, 4F and AC. RGB value is (165,79,172). Sum of RGB (Red+Green+Blue) = 165+79+172=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #A54FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54FAC is #5AB053. Grayscale: #737373. Windows color (decimal): -5943380 or 11292581. OLE color: 11292581.
HSL color Cylindrical-coordinate representation of color #A54FAC: hue angle of 295.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54FAC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 79 | 172 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.33 |
| HSL | 295.48º | 0.37% | 0.49% | - |
| HSV(B) | 295.48º | 0.54% | 0.67% | - |
| XYZ | 25.76 | 16.57 | 40.87 | - |
| YUV | 115.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 172 | 0.04 | 0.54 | 0 | 0.33 | 295.48 | 0.37 | 0.49 |
| Hex | A5 | 4F | AC | 4 | 36 | 0 | 21 | 127 | 25 | 31 |
| Octal | 245 | 117 | 254 | 4 | 66 | 0 | 41 | 447 | 45 | 61 |
| Binary | 10100101 | 1001111 | 10101100 | 100 | 110110 | 0 | 100001 | 100100111 | 100101 | 110001 |
Color Harmonies of #A54FAC
Complementary color
Monochromatic Colors of #A54FAC
Black with #A54FAC
Text Example
Text Example
White with #A54FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FAC; }
p { color: rgb(165,79,172); }
H1.HeaderClassName
{
color: #A54FAC;
}
.AnyTagClassName
{
color: #A54FAC;
}
</style>
background-color css
<style>
a { background-color: #A54FAC; }
a { background-color: rgb(165,79,172); }
div.DivClassName
{
background-color: #A54FAC;
}
.BgClassName
{
background-color: #A54FAC;
}
</style>
border-color css
<style>
span { border-color: #A54FAC; }
span { border-color: rgb(165,79,172); }
td.TdClassName
{
border-color: #A54FAC;
}
.TagClassName
{
border-color: #A54FAC;
}
</style>