Shades of Violet Blue #A15098
Tints of Violet Blue #A15098
RGB
CMYK
RGB Variations
Color information
#A15098 (or 0xA15098) is known color: Violet Blue. HEX triplet: A1, 50 and 98. RGB value is (161,80,152). Sum of RGB (Red+Green+Blue) = 161+80+152=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A15098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15098 is #5EAF67. Grayscale: #707070. Windows color (decimal): -6205288 or 9982113. OLE color: 9982113.
HSL color Cylindrical-coordinate representation of color #A15098: hue angle of 306.67º 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 #A15098 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 152 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.37 |
| HSL | 306.67º | 0.34% | 0.47% | - |
| HSV(B) | 306.67º | 0.5% | 0.63% | - |
| XYZ | 23.23 | 15.58 | 31.49 | - |
| YUV | 112.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 152 | 0 | 0.50 | 0.06 | 0.37 | 306.67 | 0.34 | 0.47 |
| Hex | A1 | 50 | 98 | 0 | 32 | 6 | 25 | 133 | 22 | 2F |
| Octal | 241 | 120 | 230 | 0 | 62 | 6 | 45 | 463 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10011000 | 0 | 110010 | 110 | 100101 | 100110011 | 100010 | 101111 |
Color Harmonies of #A15098
Complementary color
Monochromatic Colors of #A15098
Black with #A15098
Text Example
Text Example
White with #A15098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15098; }
p { color: rgb(161,80,152); }
H1.HeaderClassName
{
color: #A15098;
}
.AnyTagClassName
{
color: #A15098;
}
</style>
background-color css
<style>
a { background-color: #A15098; }
a { background-color: rgb(161,80,152); }
div.DivClassName
{
background-color: #A15098;
}
.BgClassName
{
background-color: #A15098;
}
</style>
border-color css
<style>
span { border-color: #A15098; }
span { border-color: rgb(161,80,152); }
td.TdClassName
{
border-color: #A15098;
}
.TagClassName
{
border-color: #A15098;
}
</style>