Shades of Violet Blue #A45BA8
Tints of Violet Blue #A45BA8
RGB
CMYK
RGB Variations
Color information
#A45BA8 (or 0xA45BA8) is known color: Violet Blue. HEX triplet: A4, 5B and A8. RGB value is (164,91,168). Sum of RGB (Red+Green+Blue) = 164+91+168=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 168 - color contains mainly: blue. Hex color #A45BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45BA8 is #5BA457. Grayscale: #797979. Windows color (decimal): -6005848 or 11033508. OLE color: 11033508.
HSL color Cylindrical-coordinate representation of color #A45BA8: hue angle of 296.88º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45BA8 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 91 | 168 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.34 |
| HSL | 296.88º | 0.31% | 0.51% | - |
| HSV(B) | 296.88º | 0.46% | 0.66% | - |
| XYZ | 26.12 | 18.2 | 39.18 | - |
| YUV | 121.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 168 | 0.02 | 0.46 | 0 | 0.34 | 296.88 | 0.31 | 0.51 |
| Hex | A4 | 5B | A8 | 2 | 2E | 0 | 22 | 129 | 1F | 33 |
| Octal | 244 | 133 | 250 | 2 | 56 | 0 | 42 | 451 | 37 | 63 |
| Binary | 10100100 | 1011011 | 10101000 | 10 | 101110 | 0 | 100010 | 100101001 | 11111 | 110011 |
Color Harmonies of #A45BA8
Complementary color
Monochromatic Colors of #A45BA8
Black with #A45BA8
Text Example
Text Example
White with #A45BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BA8; }
p { color: rgb(164,91,168); }
H1.HeaderClassName
{
color: #A45BA8;
}
.AnyTagClassName
{
color: #A45BA8;
}
</style>
background-color css
<style>
a { background-color: #A45BA8; }
a { background-color: rgb(164,91,168); }
div.DivClassName
{
background-color: #A45BA8;
}
.BgClassName
{
background-color: #A45BA8;
}
</style>
border-color css
<style>
span { border-color: #A45BA8; }
span { border-color: rgb(164,91,168); }
td.TdClassName
{
border-color: #A45BA8;
}
.TagClassName
{
border-color: #A45BA8;
}
</style>