Shades of Violet Blue #A540AB
Tints of Violet Blue #A540AB
RGB
CMYK
RGB Variations
Color information
#A540AB (or 0xA540AB) is known color: Violet Blue. HEX triplet: A5, 40 and AB. RGB value is (165,64,171). Sum of RGB (Red+Green+Blue) = 165+64+171=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #A540AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A540AB is #5ABF54. Grayscale: #6A6A6A. Windows color (decimal): -5947221 or 11223205. OLE color: 11223205.
HSL color Cylindrical-coordinate representation of color #A540AB: hue angle of 296.64º 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 #A540AB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 64 | 171 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.33 |
| HSL | 296.64º | 0.46% | 0.46% | - |
| HSV(B) | 296.64º | 0.63% | 0.67% | - |
| XYZ | 24.7 | 14.61 | 40.05 | - |
| YUV | 106.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 171 | 0.04 | 0.63 | 0 | 0.33 | 296.64 | 0.46 | 0.46 |
| Hex | A5 | 40 | AB | 4 | 3F | 0 | 21 | 129 | 2E | 2E |
| Octal | 245 | 100 | 253 | 4 | 77 | 0 | 41 | 451 | 56 | 56 |
| Binary | 10100101 | 1000000 | 10101011 | 100 | 111111 | 0 | 100001 | 100101001 | 101110 | 101110 |
Color Harmonies of #A540AB
Complementary color
Monochromatic Colors of #A540AB
Black with #A540AB
Text Example
Text Example
White with #A540AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540AB; }
p { color: rgb(165,64,171); }
H1.HeaderClassName
{
color: #A540AB;
}
.AnyTagClassName
{
color: #A540AB;
}
</style>
background-color css
<style>
a { background-color: #A540AB; }
a { background-color: rgb(165,64,171); }
div.DivClassName
{
background-color: #A540AB;
}
.BgClassName
{
background-color: #A540AB;
}
</style>
border-color css
<style>
span { border-color: #A540AB; }
span { border-color: rgb(165,64,171); }
td.TdClassName
{
border-color: #A540AB;
}
.TagClassName
{
border-color: #A540AB;
}
</style>