Shades of Violet Blue #A15099
Tints of Violet Blue #A15099
RGB
CMYK
RGB Variations
Color information
#A15099 (or 0xA15099) is known color: Violet Blue. HEX triplet: A1, 50 and 99. RGB value is (161,80,153). Sum of RGB (Red+Green+Blue) = 161+80+153=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15099 is #5EAF66. Grayscale: #707070. Windows color (decimal): -6205287 or 10047649. OLE color: 10047649.
HSL color Cylindrical-coordinate representation of color #A15099: hue angle of 305.93º 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 #A15099 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 153 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.37 |
| HSL | 305.93º | 0.34% | 0.47% | - |
| HSV(B) | 305.93º | 0.5% | 0.63% | - |
| XYZ | 23.32 | 15.61 | 31.92 | - |
| YUV | 112.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 153 | 0 | 0.50 | 0.05 | 0.37 | 305.93 | 0.34 | 0.47 |
| Hex | A1 | 50 | 99 | 0 | 32 | 5 | 25 | 132 | 22 | 2F |
| Octal | 241 | 120 | 231 | 0 | 62 | 5 | 45 | 462 | 42 | 57 |
| Binary | 10100001 | 1010000 | 10011001 | 0 | 110010 | 101 | 100101 | 100110010 | 100010 | 101111 |
Color Harmonies of #A15099
Complementary color
Monochromatic Colors of #A15099
Black with #A15099
Text Example
Text Example
White with #A15099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15099; }
p { color: rgb(161,80,153); }
H1.HeaderClassName
{
color: #A15099;
}
.AnyTagClassName
{
color: #A15099;
}
</style>
background-color css
<style>
a { background-color: #A15099; }
a { background-color: rgb(161,80,153); }
div.DivClassName
{
background-color: #A15099;
}
.BgClassName
{
background-color: #A15099;
}
</style>
border-color css
<style>
span { border-color: #A15099; }
span { border-color: rgb(161,80,153); }
td.TdClassName
{
border-color: #A15099;
}
.TagClassName
{
border-color: #A15099;
}
</style>