Shades of Violet Blue #A45BA3
Tints of Violet Blue #A45BA3
RGB
CMYK
RGB Variations
Color information
#A45BA3 (or 0xA45BA3) is known color: Violet Blue. HEX triplet: A4, 5B and A3. RGB value is (164,91,163). Sum of RGB (Red+Green+Blue) = 164+91+163=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A45BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45BA3 is #5BA45C. Grayscale: #787878. Windows color (decimal): -6005853 or 10705828. OLE color: 10705828.
HSL color Cylindrical-coordinate representation of color #A45BA3: hue angle of 300.82º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45BA3 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 163 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.36 |
| HSL | 300.82º | 0.29% | 0.5% | - |
| HSV(B) | 300.82º | 0.45% | 0.64% | - |
| XYZ | 25.66 | 18.02 | 36.78 | - |
| YUV | 121.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 163 | 0 | 0.45 | 0.01 | 0.36 | 300.82 | 0.29 | 0.5 |
| Hex | A4 | 5B | A3 | 0 | 2D | 1 | 24 | 12D | 1D | 32 |
| Octal | 244 | 133 | 243 | 0 | 55 | 1 | 44 | 455 | 35 | 62 |
| Binary | 10100100 | 1011011 | 10100011 | 0 | 101101 | 1 | 100100 | 100101101 | 11101 | 110010 |
Color Harmonies of #A45BA3
Complementary color
Monochromatic Colors of #A45BA3
Black with #A45BA3
Text Example
Text Example
White with #A45BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BA3; }
p { color: rgb(164,91,163); }
H1.HeaderClassName
{
color: #A45BA3;
}
.AnyTagClassName
{
color: #A45BA3;
}
</style>
background-color css
<style>
a { background-color: #A45BA3; }
a { background-color: rgb(164,91,163); }
div.DivClassName
{
background-color: #A45BA3;
}
.BgClassName
{
background-color: #A45BA3;
}
</style>
border-color css
<style>
span { border-color: #A45BA3; }
span { border-color: rgb(164,91,163); }
td.TdClassName
{
border-color: #A45BA3;
}
.TagClassName
{
border-color: #A45BA3;
}
</style>