Shades of Violet Blue #A54CAC
Tints of Violet Blue #A54CAC
RGB
CMYK
RGB Variations
Color information
#A54CAC (or 0xA54CAC) is known color: Violet Blue. HEX triplet: A5, 4C and AC. RGB value is (165,76,172). Sum of RGB (Red+Green+Blue) = 165+76+172=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #A54CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54CAC is #5AB353. Grayscale: #717171. Windows color (decimal): -5944148 or 11291813. OLE color: 11291813.
HSL color Cylindrical-coordinate representation of color #A54CAC: hue angle of 295.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54CAC is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 76 | 172 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.33 |
| HSL | 295.63º | 0.39% | 0.49% | - |
| HSV(B) | 295.63º | 0.56% | 0.67% | - |
| XYZ | 25.55 | 16.15 | 40.8 | - |
| YUV | 113.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 172 | 0.04 | 0.56 | 0 | 0.33 | 295.63 | 0.39 | 0.49 |
| Hex | A5 | 4C | AC | 4 | 38 | 0 | 21 | 128 | 27 | 31 |
| Octal | 245 | 114 | 254 | 4 | 70 | 0 | 41 | 450 | 47 | 61 |
| Binary | 10100101 | 1001100 | 10101100 | 100 | 111000 | 0 | 100001 | 100101000 | 100111 | 110001 |
Color Harmonies of #A54CAC
Complementary color
Monochromatic Colors of #A54CAC
Black with #A54CAC
Text Example
Text Example
White with #A54CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CAC; }
p { color: rgb(165,76,172); }
H1.HeaderClassName
{
color: #A54CAC;
}
.AnyTagClassName
{
color: #A54CAC;
}
</style>
background-color css
<style>
a { background-color: #A54CAC; }
a { background-color: rgb(165,76,172); }
div.DivClassName
{
background-color: #A54CAC;
}
.BgClassName
{
background-color: #A54CAC;
}
</style>
border-color css
<style>
span { border-color: #A54CAC; }
span { border-color: rgb(165,76,172); }
td.TdClassName
{
border-color: #A54CAC;
}
.TagClassName
{
border-color: #A54CAC;
}
</style>