Shades of Violet Blue #A537AB
Tints of Violet Blue #A537AB
RGB
CMYK
RGB Variations
Color information
#A537AB (or 0xA537AB) is known color: Violet Blue. HEX triplet: A5, 37 and AB. RGB value is (165,55,171). Sum of RGB (Red+Green+Blue) = 165+55+171=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A537AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537AB is #5AC854. Grayscale: #646464. Windows color (decimal): -5949525 or 11220901. OLE color: 11220901.
HSL color Cylindrical-coordinate representation of color #A537AB: hue angle of 296.9º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A537AB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 55 | 171 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.33 |
| HSL | 296.9º | 0.51% | 0.44% | - |
| HSV(B) | 296.9º | 0.68% | 0.67% | - |
| XYZ | 24.23 | 13.67 | 39.89 | - |
| YUV | 101.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 171 | 0.04 | 0.68 | 0 | 0.33 | 296.9 | 0.51 | 0.44 |
| Hex | A5 | 37 | AB | 4 | 44 | 0 | 21 | 129 | 33 | 2C |
| Octal | 245 | 67 | 253 | 4 | 104 | 0 | 41 | 451 | 63 | 54 |
| Binary | 10100101 | 110111 | 10101011 | 100 | 1000100 | 0 | 100001 | 100101001 | 110011 | 101100 |
Color Harmonies of #A537AB
Complementary color
Monochromatic Colors of #A537AB
Black with #A537AB
Text Example
Text Example
White with #A537AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A537AB; }
p { color: rgb(165,55,171); }
H1.HeaderClassName
{
color: #A537AB;
}
.AnyTagClassName
{
color: #A537AB;
}
</style>
background-color css
<style>
a { background-color: #A537AB; }
a { background-color: rgb(165,55,171); }
div.DivClassName
{
background-color: #A537AB;
}
.BgClassName
{
background-color: #A537AB;
}
</style>
border-color css
<style>
span { border-color: #A537AB; }
span { border-color: rgb(165,55,171); }
td.TdClassName
{
border-color: #A537AB;
}
.TagClassName
{
border-color: #A537AB;
}
</style>