Shades of Violet Blue #A15094
Tints of Violet Blue #A15094
RGB
CMYK
RGB Variations
Color information
#A15094 (or 0xA15094) is known color: Violet Blue. HEX triplet: A1, 50 and 94. RGB value is (161,80,148). Sum of RGB (Red+Green+Blue) = 161+80+148=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A15094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15094 is #5EAF6B. Grayscale: #6F6F6F. Windows color (decimal): -6205292 or 9719969. OLE color: 9719969.
HSL color Cylindrical-coordinate representation of color #A15094: hue angle of 309.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15094 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 148 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.37 |
| HSL | 309.63º | 0.34% | 0.47% | - |
| HSV(B) | 309.63º | 0.5% | 0.63% | - |
| XYZ | 22.91 | 15.45 | 29.79 | - |
| YUV | 111.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 148 | 0 | 0.50 | 0.08 | 0.37 | 309.63 | 0.34 | 0.47 |
| Hex | A1 | 50 | 94 | 0 | 32 | 8 | 25 | 136 | 22 | 2F |
| Octal | 241 | 120 | 224 | 0 | 62 | 10 | 45 | 466 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10010100 | 0 | 110010 | 1000 | 100101 | 100110110 | 100010 | 101111 |
Color Harmonies of #A15094
Complementary color
Monochromatic Colors of #A15094
Black with #A15094
Text Example
Text Example
White with #A15094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15094; }
p { color: rgb(161,80,148); }
H1.HeaderClassName
{
color: #A15094;
}
.AnyTagClassName
{
color: #A15094;
}
</style>
background-color css
<style>
a { background-color: #A15094; }
a { background-color: rgb(161,80,148); }
div.DivClassName
{
background-color: #A15094;
}
.BgClassName
{
background-color: #A15094;
}
</style>
border-color css
<style>
span { border-color: #A15094; }
span { border-color: rgb(161,80,148); }
td.TdClassName
{
border-color: #A15094;
}
.TagClassName
{
border-color: #A15094;
}
</style>