Shades of Violet Blue #A45BA6
Tints of Violet Blue #A45BA6
RGB
CMYK
RGB Variations
Color information
#A45BA6 (or 0xA45BA6) is known color: Violet Blue. HEX triplet: A4, 5B and A6. RGB value is (164,91,166). Sum of RGB (Red+Green+Blue) = 164+91+166=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 166 - color contains mainly: blue. Hex color #A45BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45BA6 is #5BA459. Grayscale: #797979. Windows color (decimal): -6005850 or 10902436. OLE color: 10902436.
HSL color Cylindrical-coordinate representation of color #A45BA6: hue angle of 298.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45BA6 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 91 | 166 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.35 |
| HSL | 298.4º | 0.3% | 0.5% | - |
| HSV(B) | 298.4º | 0.45% | 0.65% | - |
| XYZ | 25.93 | 18.13 | 38.21 | - |
| YUV | 121.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 166 | 0.01 | 0.45 | 0 | 0.35 | 298.4 | 0.3 | 0.5 |
| Hex | A4 | 5B | A6 | 1 | 2D | 0 | 23 | 12A | 1E | 32 |
| Octal | 244 | 133 | 246 | 1 | 55 | 0 | 43 | 452 | 36 | 62 |
| Binary | 10100100 | 1011011 | 10100110 | 1 | 101101 | 0 | 100011 | 100101010 | 11110 | 110010 |
Color Harmonies of #A45BA6
Complementary color
Monochromatic Colors of #A45BA6
Black with #A45BA6
Text Example
Text Example
White with #A45BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BA6; }
p { color: rgb(164,91,166); }
H1.HeaderClassName
{
color: #A45BA6;
}
.AnyTagClassName
{
color: #A45BA6;
}
</style>
background-color css
<style>
a { background-color: #A45BA6; }
a { background-color: rgb(164,91,166); }
div.DivClassName
{
background-color: #A45BA6;
}
.BgClassName
{
background-color: #A45BA6;
}
</style>
border-color css
<style>
span { border-color: #A45BA6; }
span { border-color: rgb(164,91,166); }
td.TdClassName
{
border-color: #A45BA6;
}
.TagClassName
{
border-color: #A45BA6;
}
</style>