Shades of Violet Blue #A15298
Tints of Violet Blue #A15298
RGB
CMYK
RGB Variations
Color information
#A15298 (or 0xA15298) is known color: Violet Blue. HEX triplet: A1, 52 and 98. RGB value is (161,82,152). Sum of RGB (Red+Green+Blue) = 161+82+152=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A15298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15298 is #5EAD67. Grayscale: #717171. Windows color (decimal): -6204776 or 9982625. OLE color: 9982625.
HSL color Cylindrical-coordinate representation of color #A15298: hue angle of 306.84º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15298 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 152 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.37 |
| HSL | 306.84º | 0.33% | 0.48% | - |
| HSV(B) | 306.84º | 0.49% | 0.63% | - |
| XYZ | 23.38 | 15.88 | 31.54 | - |
| YUV | 113.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 152 | 0 | 0.49 | 0.06 | 0.37 | 306.84 | 0.33 | 0.48 |
| Hex | A1 | 52 | 98 | 0 | 31 | 6 | 25 | 133 | 21 | 30 |
| Octal | 241 | 122 | 230 | 0 | 61 | 6 | 45 | 463 | 41 | 60 |
| Binary | 10100001 | 1010010 | 10011000 | 0 | 110001 | 110 | 100101 | 100110011 | 100001 | 110000 |
Color Harmonies of #A15298
Complementary color
Monochromatic Colors of #A15298
Black with #A15298
Text Example
Text Example
White with #A15298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15298; }
p { color: rgb(161,82,152); }
H1.HeaderClassName
{
color: #A15298;
}
.AnyTagClassName
{
color: #A15298;
}
</style>
background-color css
<style>
a { background-color: #A15298; }
a { background-color: rgb(161,82,152); }
div.DivClassName
{
background-color: #A15298;
}
.BgClassName
{
background-color: #A15298;
}
</style>
border-color css
<style>
span { border-color: #A15298; }
span { border-color: rgb(161,82,152); }
td.TdClassName
{
border-color: #A15298;
}
.TagClassName
{
border-color: #A15298;
}
</style>