Shades of Violet Blue #A540AC
Tints of Violet Blue #A540AC
RGB
CMYK
RGB Variations
Color information
#A540AC (or 0xA540AC) is known color: Violet Blue. HEX triplet: A5, 40 and AC. RGB value is (165,64,172). Sum of RGB (Red+Green+Blue) = 165+64+172=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #A540AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A540AC is #5ABF53. Grayscale: #6A6A6A. Windows color (decimal): -5947220 or 11288741. OLE color: 11288741.
HSL color Cylindrical-coordinate representation of color #A540AC: hue angle of 296.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A540AC is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 64 | 172 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.33 |
| HSL | 296.11º | 0.46% | 0.46% | - |
| HSV(B) | 296.11º | 0.63% | 0.67% | - |
| XYZ | 24.8 | 14.64 | 40.55 | - |
| YUV | 106.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 172 | 0.04 | 0.63 | 0 | 0.33 | 296.11 | 0.46 | 0.46 |
| Hex | A5 | 40 | AC | 4 | 3F | 0 | 21 | 128 | 2E | 2E |
| Octal | 245 | 100 | 254 | 4 | 77 | 0 | 41 | 450 | 56 | 56 |
| Binary | 10100101 | 1000000 | 10101100 | 100 | 111111 | 0 | 100001 | 100101000 | 101110 | 101110 |
Color Harmonies of #A540AC
Complementary color
Monochromatic Colors of #A540AC
Black with #A540AC
Text Example
Text Example
White with #A540AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540AC; }
p { color: rgb(165,64,172); }
H1.HeaderClassName
{
color: #A540AC;
}
.AnyTagClassName
{
color: #A540AC;
}
</style>
background-color css
<style>
a { background-color: #A540AC; }
a { background-color: rgb(165,64,172); }
div.DivClassName
{
background-color: #A540AC;
}
.BgClassName
{
background-color: #A540AC;
}
</style>
border-color css
<style>
span { border-color: #A540AC; }
span { border-color: rgb(165,64,172); }
td.TdClassName
{
border-color: #A540AC;
}
.TagClassName
{
border-color: #A540AC;
}
</style>