Shades of Violet Blue #A45BA7
Tints of Violet Blue #A45BA7
RGB
CMYK
RGB Variations
Color information
#A45BA7 (or 0xA45BA7) is known color: Violet Blue. HEX triplet: A4, 5B and A7. RGB value is (164,91,167). Sum of RGB (Red+Green+Blue) = 164+91+167=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 167 - color contains mainly: blue. Hex color #A45BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45BA7 is #5BA458. Grayscale: #797979. Windows color (decimal): -6005849 or 10967972. OLE color: 10967972.
HSL color Cylindrical-coordinate representation of color #A45BA7: hue angle of 297.63º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45BA7 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 91 | 167 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.35 |
| HSL | 297.63º | 0.3% | 0.51% | - |
| HSV(B) | 297.63º | 0.46% | 0.65% | - |
| XYZ | 26.03 | 18.16 | 38.69 | - |
| YUV | 121.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 167 | 0.02 | 0.46 | 0 | 0.35 | 297.63 | 0.3 | 0.51 |
| Hex | A4 | 5B | A7 | 2 | 2E | 0 | 23 | 12A | 1E | 33 |
| Octal | 244 | 133 | 247 | 2 | 56 | 0 | 43 | 452 | 36 | 63 |
| Binary | 10100100 | 1011011 | 10100111 | 10 | 101110 | 0 | 100011 | 100101010 | 11110 | 110011 |
Color Harmonies of #A45BA7
Complementary color
Monochromatic Colors of #A45BA7
Black with #A45BA7
Text Example
Text Example
White with #A45BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BA7; }
p { color: rgb(164,91,167); }
H1.HeaderClassName
{
color: #A45BA7;
}
.AnyTagClassName
{
color: #A45BA7;
}
</style>
background-color css
<style>
a { background-color: #A45BA7; }
a { background-color: rgb(164,91,167); }
div.DivClassName
{
background-color: #A45BA7;
}
.BgClassName
{
background-color: #A45BA7;
}
</style>
border-color css
<style>
span { border-color: #A45BA7; }
span { border-color: rgb(164,91,167); }
td.TdClassName
{
border-color: #A45BA7;
}
.TagClassName
{
border-color: #A45BA7;
}
</style>