Shades of Violet Blue #A45B9C
Tints of Violet Blue #A45B9C
RGB
CMYK
RGB Variations
Color information
#A45B9C (or 0xA45B9C) is known color: Violet Blue. HEX triplet: A4, 5B and 9C. RGB value is (164,91,156). Sum of RGB (Red+Green+Blue) = 164+91+156=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45B9C is #5BA463. Grayscale: #787878. Windows color (decimal): -6005860 or 10247076. OLE color: 10247076.
HSL color Cylindrical-coordinate representation of color #A45B9C: hue angle of 306.58º 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 #A45B9C is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 156 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.36 |
| HSL | 306.58º | 0.29% | 0.5% | - |
| HSV(B) | 306.58º | 0.45% | 0.64% | - |
| XYZ | 25.05 | 17.77 | 33.56 | - |
| YUV | 120.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 156 | 0 | 0.45 | 0.05 | 0.36 | 306.58 | 0.29 | 0.5 |
| Hex | A4 | 5B | 9C | 0 | 2D | 5 | 24 | 133 | 1D | 32 |
| Octal | 244 | 133 | 234 | 0 | 55 | 5 | 44 | 463 | 35 | 62 |
| Binary | 10100100 | 1011011 | 10011100 | 0 | 101101 | 101 | 100100 | 100110011 | 11101 | 110010 |
Color Harmonies of #A45B9C
Complementary color
Monochromatic Colors of #A45B9C
Black with #A45B9C
Text Example
Text Example
White with #A45B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B9C; }
p { color: rgb(164,91,156); }
H1.HeaderClassName
{
color: #A45B9C;
}
.AnyTagClassName
{
color: #A45B9C;
}
</style>
background-color css
<style>
a { background-color: #A45B9C; }
a { background-color: rgb(164,91,156); }
div.DivClassName
{
background-color: #A45B9C;
}
.BgClassName
{
background-color: #A45B9C;
}
</style>
border-color css
<style>
span { border-color: #A45B9C; }
span { border-color: rgb(164,91,156); }
td.TdClassName
{
border-color: #A45B9C;
}
.TagClassName
{
border-color: #A45B9C;
}
</style>