Shades of Violet Blue #A45095
Tints of Violet Blue #A45095
RGB
CMYK
RGB Variations
Color information
#A45095 (or 0xA45095) is known color: Violet Blue. HEX triplet: A4, 50 and 95. RGB value is (164,80,149). Sum of RGB (Red+Green+Blue) = 164+80+149=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A45095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45095 is #5BAF6A. Grayscale: #707070. Windows color (decimal): -6008683 or 9785508. OLE color: 9785508.
HSL color Cylindrical-coordinate representation of color #A45095: hue angle of 310.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45095 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 149 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.36 |
| HSL | 310.71º | 0.34% | 0.48% | - |
| HSV(B) | 310.71º | 0.51% | 0.64% | - |
| XYZ | 23.6 | 15.8 | 30.24 | - |
| YUV | 112.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 149 | 0 | 0.51 | 0.09 | 0.36 | 310.71 | 0.34 | 0.48 |
| Hex | A4 | 50 | 95 | 0 | 33 | 9 | 24 | 137 | 22 | 30 |
| Octal | 244 | 120 | 225 | 0 | 63 | 11 | 44 | 467 | 42 | 60 |
| Binary | 10100100 | 1010000 | 10010101 | 0 | 110011 | 1001 | 100100 | 100110111 | 100010 | 110000 |
Color Harmonies of #A45095
Complementary color
Monochromatic Colors of #A45095
Black with #A45095
Text Example
Text Example
White with #A45095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45095; }
p { color: rgb(164,80,149); }
H1.HeaderClassName
{
color: #A45095;
}
.AnyTagClassName
{
color: #A45095;
}
</style>
background-color css
<style>
a { background-color: #A45095; }
a { background-color: rgb(164,80,149); }
div.DivClassName
{
background-color: #A45095;
}
.BgClassName
{
background-color: #A45095;
}
</style>
border-color css
<style>
span { border-color: #A45095; }
span { border-color: rgb(164,80,149); }
td.TdClassName
{
border-color: #A45095;
}
.TagClassName
{
border-color: #A45095;
}
</style>